aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/item_attach.tpl
diff options
context:
space:
mode:
authorTreer <treer.git@the-bordello.com>2016-05-01 04:39:57 +1000
committerTreer <treer.git@the-bordello.com>2016-05-01 04:39:57 +1000
commit8f16e9ad33e17fcdf5c0b4586b384ea12eeb0716 (patch)
treee9505358c6a855da8d5d8d84cfe1db3dfa3e2db6 /view/tpl/item_attach.tpl
parent7d380570df62b3f90daf197a1044d45e073c97a7 (diff)
downloadvolse-hubzilla-8f16e9ad33e17fcdf5c0b4586b384ea12eeb0716.tar.gz
volse-hubzilla-8f16e9ad33e17fcdf5c0b4586b384ea12eeb0716.tar.bz2
volse-hubzilla-8f16e9ad33e17fcdf5c0b4586b384ea12eeb0716.zip
update icon names in include/
Diffstat (limited to 'view/tpl/item_attach.tpl')
-rw-r--r--view/tpl/item_attach.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/item_attach.tpl b/view/tpl/item_attach.tpl
index 67accc1ec..83cc9a3cd 100644
--- a/view/tpl/item_attach.tpl
+++ b/view/tpl/item_attach.tpl
@@ -1,5 +1,5 @@
{{if $attaches}}
{{foreach $attaches as $a}}
-<li><a href="{{$a.url}}" title="{{$a.title}}"><i class="{{$a.icon}} attach-icons"></i>&nbsp;{{$a.label}}</a></li>
+<li><a href="{{$a.url}}" title="{{$a.title}}"><i class="fa {{$a.icon}} attach-icons"></i>&nbsp;{{$a.label}}</a></li>
{{/foreach}}
{{/if}}