From bdb1640ceb5d4c5647ac6ad5eca9d6bbf3a14e93 Mon Sep 17 00:00:00 2001 From: shibafu Date: Tue, 11 Sep 2018 23:05:01 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=81=E3=82=A7=E3=83=83=E3=82=AF=E3=82=A4?= =?UTF-8?q?=E3=83=B3=E3=81=AE=E3=82=BF=E3=82=B0=E3=82=92=E6=A4=9C=E7=B4=A2?= =?UTF-8?q?=E3=83=AA=E3=83=B3=E3=82=AF=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/ejaculation/show.blade.php | 2 +- resources/views/home.blade.php | 2 +- resources/views/search/index.blade.php | 2 +- resources/views/user/profile.blade.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/views/ejaculation/show.blade.php b/resources/views/ejaculation/show.blade.php index 007398c..90ca29f 100644 --- a/resources/views/ejaculation/show.blade.php +++ b/resources/views/ejaculation/show.blade.php @@ -41,7 +41,7 @@ 非公開 @endif @foreach ($ejaculation->tags as $tag) - {{ $tag->name }} + {{ $tag->name }} @endforeach

@endif diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php index f5482aa..2098826 100644 --- a/resources/views/home.blade.php +++ b/resources/views/home.blade.php @@ -45,7 +45,7 @@ @if ($ejaculation->tags->isNotEmpty())

@foreach ($ejaculation->tags as $tag) - {{ $tag->name }} + {{ $tag->name }} @endforeach

@endif diff --git a/resources/views/search/index.blade.php b/resources/views/search/index.blade.php index 0aee3f7..1f48635 100644 --- a/resources/views/search/index.blade.php +++ b/resources/views/search/index.blade.php @@ -28,7 +28,7 @@ 非公開 @endif @foreach ($ejaculation->tags as $tag) - {{ $tag->name }} + {{ $tag->name }} @endforeach

@endif diff --git a/resources/views/user/profile.blade.php b/resources/views/user/profile.blade.php index b4a2607..c72d321 100644 --- a/resources/views/user/profile.blade.php +++ b/resources/views/user/profile.blade.php @@ -51,7 +51,7 @@ 非公開 @endif @foreach ($ejaculation->tags as $tag) - {{ $tag->name }} + {{ $tag->name }} @endforeach

@endif