Fix pm\view template
This commit is contained in:
parent
3cb4e2c3c6
commit
10310d8da0
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
<div class="f-finfo">
|
||||
<h3 class="f-finfo-h3">
|
||||
@if ($topic->closed)
|
||||
<span class="f-tclosed" title="{{ __('Closed') }}"><span class="f-closedtxt">{!! __('Closed') !!}</span></span>
|
||||
<span class="f-tclosed" title="{{ __('Closed') }}"><small class="f-closedtxt">{!! __('Closed') !!}</small></span>
|
||||
@endif
|
||||
<a class="f-ftname" href="{{ $topic->link }}">{{ $topic->name }}</a>
|
||||
@if ($topic->pagination)
|
||||
|
|
Loading…
Reference in a new issue