From d7b16cd6d5662596da45e43945b4e49bc421f9d6 Mon Sep 17 00:00:00 2001 From: shibafu Date: Mon, 8 Jan 2018 01:02:27 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=BF=E3=82=B0=E5=85=A5=E5=8A=9B=E6=AC=84?= =?UTF-8?q?=E3=81=A3=E3=81=BD=E3=81=84=E3=82=82=E3=81=AE=E3=81=A0=E3=81=91?= =?UTF-8?q?=E4=BD=9C=E3=81=A3=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/ejaculation/checkin.blade.php | 56 +++++++++++++++++-- 1 file changed, 51 insertions(+), 5 deletions(-) diff --git a/resources/views/ejaculation/checkin.blade.php b/resources/views/ejaculation/checkin.blade.php index 3675f9e..06eb09b 100644 --- a/resources/views/ejaculation/checkin.blade.php +++ b/resources/views/ejaculation/checkin.blade.php @@ -34,17 +34,23 @@ @endif - {{--
- - + + +
+
    + +
    - スペース区切りで複数入力できます。 + Tab, Enter, 半角スペースのいずれかで入力確定します。 + + @if ($errors->has('tags')) +
    {{ $errors->first('tags') }}
    + @endif
    - --}}
    @@ -94,4 +100,44 @@ @endsection @push('script') + @endpush \ No newline at end of file