f0bm #75

Closed
schrumpel wants to merge 68 commits from schrumpel/f0bm:f0bm into master
29 changed files with 595 additions and 245 deletions
Showing only changes of commit 675608c3fd - Show all commits

View File

@ -96,7 +96,7 @@
@if(typeof item.tags !== "undefined") @if(typeof item.tags !== "undefined")
@each(item.tags as tag) @each(item.tags as tag)
<span @if(session)tooltip="{{ tag.user }}"@endif class="badge {{ tag.badge }} mr-2"> <span @if(session)tooltip="{{ tag.user }}"@endif class="badge {{ tag.badge }} mr-2">
<a href="/tag/{{ tag.normalized }}">{!! tag.tag !!}</a>@if(session.admin)&nbsp;<a class="removetag" href="#">&#215;</a>@endif <a href="/tag/{{ tag.normalized }}">{!! tag.tag !!}</a>@if(session.admin)&nbsp;<a class="removetag" href="#">&#215;</a>@else<a style="display:none"class="" href="#">&#215;</a>@endif
</span> </span>
@endeach @endeach
@endif @endif