管理画面のお知らせのリンクもおかしかった

This commit is contained in:
shibafu
2020-05-25 00:57:52 +09:00
parent 9fcf9cd49e
commit da8af95043
2 changed files with 4 additions and 6 deletions

View File

@@ -27,7 +27,7 @@
<span class="badge {{ $categories[$info->category]['class'] }}">{{ $categories[$info->category]['label'] }}</span>
</td>
<td>
<a href="{{ route('admin.info.edit', ['id' => $info->id]) }}">{{ $info->title }}</a>
<a href="{{ route('admin.info.edit', ['info' => $info->id]) }}">{{ $info->title }}</a>
</td>
<td>
{{ $info->created_at->format('Y年n月j日') }}
@@ -54,4 +54,4 @@
</li>
</ul>
</div>
@endsection
@endsection