aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/cloud_directory.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-05-01 16:34:55 +0200
committerMario Vavti <mario@mariovavti.com>2016-05-01 16:34:55 +0200
commitb4bf71dd0642e58fab6151e1df3c071d05650492 (patch)
tree504ccf3a5a1c96282c1712a1ee8e74d5161c9b53 /view/tpl/cloud_directory.tpl
parentb35e69273d43af51a8a5dff1bc70a52b6bcfa714 (diff)
downloadvolse-hubzilla-b4bf71dd0642e58fab6151e1df3c071d05650492.tar.gz
volse-hubzilla-b4bf71dd0642e58fab6151e1df3c071d05650492.tar.bz2
volse-hubzilla-b4bf71dd0642e58fab6151e1df3c071d05650492.zip
fix mime-type icons in /cloud
Diffstat (limited to 'view/tpl/cloud_directory.tpl')
-rw-r--r--view/tpl/cloud_directory.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/cloud_directory.tpl b/view/tpl/cloud_directory.tpl
index c0207c623..870f7e9e1 100644
--- a/view/tpl/cloud_directory.tpl
+++ b/view/tpl/cloud_directory.tpl
@@ -20,7 +20,7 @@
{{/if}}
{{foreach $entries as $item}}
<tr id="cloud-index-{{$item.attachId}}">
- <td><i class="{{$item.iconFromType}}" title="{{$item.type}}"></i></td>
+ <td><i class="fa {{$item.iconFromType}}" title="{{$item.type}}"></i></td>
<td><a href="{{$item.fullPath}}">{{$item.displayName}}</a></td>
{{if $item.is_owner}}
<td class="cloud-index-tool">{{$item.attachIcon}}</td>