diff options
Diffstat (limited to 'view/tpl/item_attach.tpl')
-rw-r--r-- | view/tpl/item_attach.tpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/tpl/item_attach.tpl b/view/tpl/item_attach.tpl new file mode 100644 index 000000000..95e38c0bd --- /dev/null +++ b/view/tpl/item_attach.tpl @@ -0,0 +1,5 @@ +{{if $attaches}} +{{foreach $attaches as $a}} +<a class="dropdown-item" href="{{$a.url}}" title="{{$a.title}}"><i class="fa {{$a.icon}} attach-icons"></i> {{$a.label}}</a> +{{/foreach}} +{{/if}} |