From d5ee59825f95fb3b0d19baec9889e5136fcc2a9f Mon Sep 17 00:00:00 2001 From: MitarashiDango Date: Thu, 19 Sep 2019 00:09:41 +0900 Subject: [PATCH] =?UTF-8?q?=E5=B9=B4=E9=BD=A2=E7=A2=BA=E8=AA=8D=E3=83=80?= =?UTF-8?q?=E3=82=A4=E3=82=A2=E3=83=AD=E3=82=B0=E8=A1=A8=E7=A4=BA=E6=99=82?= =?UTF-8?q?=E3=81=AE=E3=83=96=E3=83=A9=E3=83=BC=E3=82=92=E3=82=BF=E3=82=B0?= =?UTF-8?q?=E4=B8=80=E8=A6=A7=E3=81=B8=E9=81=A9=E7=94=A8=E3=81=95=E3=81=9B?= =?UTF-8?q?=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/tag/index.blade.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/resources/views/tag/index.blade.php b/resources/views/tag/index.blade.php index fb088b4..e097f4c 100644 --- a/resources/views/tag/index.blade.php +++ b/resources/views/tag/index.blade.php @@ -6,15 +6,15 @@

タグ一覧

公開チェックインに付けられているタグを、チェックイン数の多い順で表示しています。

-
-
-
- @foreach($tags as $tag) - - @endforeach +
+
+ @foreach($tags as $tag) + + @endforeach +
+ {{ $tags->links(null, ['className' => 'mt-4 justify-content-center']) }}
- {{ $tags->links(null, ['className' => 'mt-4 justify-content-center']) }}
@endsection