From e0942889e995066b2eab8049235bb39e550c23e3 Mon Sep 17 00:00:00 2001 From: shibafu Date: Mon, 8 Jan 2018 08:59:08 +0900 Subject: [PATCH] =?UTF-8?q?=E3=81=8A=E6=83=A3=E8=8F=9C=E3=82=B3=E3=83=BC?= =?UTF-8?q?=E3=83=8A=E3=83=BC=E3=81=AB=E3=82=BF=E3=82=B0=E3=82=92=E8=A1=A8?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/home.blade.php | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php index e359d63..5aba344 100644 --- a/resources/views/home.blade.php +++ b/resources/views/home.blade.php @@ -38,13 +38,14 @@ {{ $ejaculation->ejaculated_date->format('Y/m/d H:i') }} - {{-- -

- 催眠音声 - 適当なタグ -

- --}} + @if ($ejaculation->tags->isNotEmpty()) +

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

+ @endif @if (!empty($ejaculation->link))