diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-05-01 16:34:55 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-05-01 16:34:55 +0200 |
commit | b4bf71dd0642e58fab6151e1df3c071d05650492 (patch) | |
tree | 504ccf3a5a1c96282c1712a1ee8e74d5161c9b53 /view/tpl | |
parent | b35e69273d43af51a8a5dff1bc70a52b6bcfa714 (diff) | |
download | volse-hubzilla-b4bf71dd0642e58fab6151e1df3c071d05650492.tar.gz volse-hubzilla-b4bf71dd0642e58fab6151e1df3c071d05650492.tar.bz2 volse-hubzilla-b4bf71dd0642e58fab6151e1df3c071d05650492.zip |
fix mime-type icons in /cloud
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/cloud_directory.tpl | 2 |
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> |