Skip to content

Commit

Permalink
mono/mono_main.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
satopian committed Nov 27, 2023
1 parent 04e18cb commit 8ebde30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions potiboard5/templates/mono/mono_main.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,12 @@ function add_to_com() {
@if ($loop->first)
{{-- 最初のループ --}}
{{-- レスモードの時 --}}
@if($resno)
<h2><span class="oyano">[{{$res['no']}}]</span> {{$res['sub']}}</h2>
@else
<h2><a href="{{$self}}?res={{$res['no']}}"><span class="oyano">[{{$res['no']}}]</span>
{{$res['sub']}}</a></h2>
@endif
{{-- 親記事のヘッダ --}}
<h3>
@if(!isset($res['not_deleted'])||$res['not_deleted'])
Expand Down

0 comments on commit 8ebde30

Please sign in to comment.