Code Standard + renaming deleteAllTags + move its call and add type param
This commit is contained in:
parent
26ed71cc14
commit
e022bac339
5 changed files with 25 additions and 31 deletions
|
@ -55,7 +55,7 @@
|
|||
{{foreach $tags.tags as $t}}
|
||||
<span class="category label btn-success sm">
|
||||
<span class="p-category">{{$t.name}}</span>
|
||||
{{if $t.removeurl}} (<a href="{{$t.removeurl}}">x</a>) {{/if}}
|
||||
{{if $t.removeurl}} <a href="{{$t.removeurl}}">(X)</a> {{/if}}
|
||||
</span>
|
||||
{{/foreach}}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue