Update templates

This commit is contained in:
Visman 2021-01-06 18:33:05 +07:00
parent fc686720b7
commit 0b29a40c48
2 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
<section class="f-stats">
<aside class="f-stats">
<h2>{!! __('Stats info') !!}</h2>
@if ($p->stats)
<dl class="f-stboard">
@ -36,4 +36,4 @@
@endforeach
</dl><!-- endinline -->
@endif
</section>
</aside>

View file

@ -65,7 +65,7 @@
<div class="f-post-usticky">
<ul class="f-user-info-first">
@if ($p->user->viewUsers && $post->user->link)
<li class="f-username"><a href="{{ $post->user->link }}">{{ $post->user->username }}</a></li>
<li class="f-username"><a href="{{ $post->user->link }}" rel="author">{{ $post->user->username }}</a></li>
@else
<li class="f-username">{{ $post->user->username }}</li>
@endif
@ -77,7 +77,7 @@
@endif
<ul class="f-user-info">
@if ($p->user->viewUsers && $post->user->link)
<li class="f-username"><a href="{{ $post->user->link }}">{{ $post->user->username }}</a></li>
<li class="f-username"><a href="{{ $post->user->link }}" rel="author">{{ $post->user->username }}</a></li>
@else
<li class="f-username">{{ $post->user->username }}</li>
@endif
@ -110,10 +110,10 @@
@include ('layouts/poll')
@endif
@if ($p->user->showSignature && $post->user->isSignature)
<div class="f-post-signature">
<aside class="f-post-signature">
<hr>
{!! $post->user->htmlSign !!}
</div>
</aside>
@endif
</div>
<footer class="f-post-footer">