aboutsummaryrefslogblamecommitdiffstats
path: root/view/tpl/item_attach.tpl
blob: 95e38c0bd07d5b2818e36611cac6eb790dc700af (plain) (tree)
1
2
3
4
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>&nbsp;{{$a.label}}</a>
{{/foreach}}
{{/if}}