typo
This commit is contained in:
parent
a0245f3e93
commit
f31af3c7c0
@ -1,5 +1,5 @@
|
|||||||
{{if $attaches}}
|
{{if $attaches}}
|
||||||
{{foreach $attaches as $a}}
|
{{foreach $attaches as $a}}
|
||||||
<a class="dropdwn-item" href="{{$a.url}}" title="{{$a.title}}"><i class="fa {{$a.icon}} attach-icons"></i> {{$a.label}}</a>
|
<a class="dropdown-item" href="{{$a.url}}" title="{{$a.title}}"><i class="fa {{$a.icon}} attach-icons"></i> {{$a.label}}</a>
|
||||||
{{/foreach}}
|
{{/foreach}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
Reference in New Issue
Block a user