aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/item_attach.tpl
blob: 711b72e76da9f2671ebeec7acabf9282e74adc14 (plain) (blame)
1
2
3
4
5
{{if $attaches}}
{{foreach $attaches as $a}}
<a class="dropdwn-item" href="{{$a.url}}" title="{{$a.title}}"><i class="fa {{$a.icon}} attach-icons"></i>&nbsp;{{$a.label}}</a>
{{/foreach}}
{{/if}}