This commit is contained in:
Flummi
2021-12-26 23:11:16 +01:00
parent bca0da0b18
commit bf437efeaf
14 changed files with 37 additions and 38 deletions

View File

@ -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 @@
&#9660;
</div>
</div>
@include(main/footer)
@include(snippets/footer)