blah
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
@include(main/header)
|
||||
@include(snippets/header)
|
||||
<div class="index-container">
|
||||
@if(tmp.user)<h2>user: {!! tmp.user.toLowerCase() !!}@if(tmp.mime) ({{ tmp.mime }}s)@else (all)@endif</h2>@endif
|
||||
@if(tmp.tag)<h2>tag: @if(session)<a href="/admin/test?tag={!! tmp.tag.toLowerCase() !!}" target="_blank">{!! tmp.tag.toLowerCase() !!}</a>@else{!! tmp.tag.toLowerCase() !!}@endif@if(tmp.mime) ({{ tmp.mime }}s)@else (all)@endif</h2>@endif
|
||||
@ -11,4 +11,4 @@
|
||||
▼
|
||||
</div>
|
||||
</div>
|
||||
@include(main/footer)
|
||||
@include(snippets/footer)
|
||||
|
Reference in New Issue
Block a user