aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/item_attach.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-10-31 00:38:01 +0100
committerMario Vavti <mario@mariovavti.com>2015-10-31 00:38:01 +0100
commit5920a96da7f71b45b7d386d27da2c130e3ddb23f (patch)
treeb007b7b5dfb640eba778c77dee8a9729c7811606 /view/tpl/item_attach.tpl
parentf8b767ed32391763a3abb7bbc38422d7b8cb5991 (diff)
downloadvolse-hubzilla-5920a96da7f71b45b7d386d27da2c130e3ddb23f.tar.gz
volse-hubzilla-5920a96da7f71b45b7d386d27da2c130e3ddb23f.tar.bz2
volse-hubzilla-5920a96da7f71b45b7d386d27da2c130e3ddb23f.zip
make attachments appear in a dropdown in wall-item-tools-left
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 7638f39e7..67accc1ec 100644
--- a/view/tpl/item_attach.tpl
+++ b/view/tpl/item_attach.tpl
@@ -1,5 +1,5 @@
{{if $attaches}}
{{foreach $attaches as $a}}
-<a href="{{$a.url}}" title="{{$a.title}}" class="btn btn-xs btn-default"><i class="{{$a.icon}} attach-icons"></i>&nbsp;{{$a.label}}</a>
+<li><a href="{{$a.url}}" title="{{$a.title}}"><i class="{{$a.icon}} attach-icons"></i>&nbsp;{{$a.label}}</a></li>
{{/foreach}}
{{/if}}