aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorgit-marijus <mario@mariovavti.com>2016-05-03 20:51:16 +0200
committergit-marijus <mario@mariovavti.com>2016-05-03 20:51:16 +0200
commit7fe697d896b7db792db37e078597423cc3ff8ce5 (patch)
treec8c8fb940dde05c6fa3c0ccad9ee862787cc9057 /view
parentdccdeedb75874ac8a244770cc3be0bf9ee71a0cd (diff)
parent0bdcaff00f3581daf6d823fa68cd29980574fb15 (diff)
downloadvolse-hubzilla-7fe697d896b7db792db37e078597423cc3ff8ce5.tar.gz
volse-hubzilla-7fe697d896b7db792db37e078597423cc3ff8ce5.tar.bz2
volse-hubzilla-7fe697d896b7db792db37e078597423cc3ff8ce5.zip
Merge pull request #365 from Treer/fontawesome
another font-awesome icon
Diffstat (limited to 'view')
-rw-r--r--view/tpl/sharedwithme.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/sharedwithme.tpl b/view/tpl/sharedwithme.tpl
index 697e0488d..c764dc4f0 100644
--- a/view/tpl/sharedwithme.tpl
+++ b/view/tpl/sharedwithme.tpl
@@ -14,7 +14,7 @@
</tr>
{{foreach $items as $item}}
<tr id="cloud-index-{{$item.id}}">
- <td><i class="{{$item.objfiletypeclass}}" title="{{$item.objfiletype}}"></i></td>
+ <td><i class="fa {{$item.objfiletypeclass}}" title="{{$item.objfiletype}}"></i></td>
<td><a href="{{$item.objurl}}">{{$item.objfilename}}</a>{{if $item.unseen}}&nbsp;<span class="label label-success">{{$label_new}}</span>{{/if}}</td>
<td class="cloud-index-tool"><a href="#" title="{{$drop}}" onclick="dropItem('/sharedwithme/{{$item.id}}/drop', '#cloud-index-{{$item.id}}'); return false;"><i class="fa fa-trash-o drop-icons"></i></a></td>
<td class="hidden-xs">{{$item.objfilesize}}</td>