チェックインページのタイトル内日付フォーマットをちょっと変更
This commit is contained in:
parent
3c2e475e41
commit
168ef1c5f6
@ -3,7 +3,7 @@
|
||||
@if (!$user->isMe() && ($user->is_protected || $ejaculation->is_private))
|
||||
@section('title', $user->display_name . ' さんのチェックイン')
|
||||
@else
|
||||
@section('title', $user->display_name . ' さんのチェックイン (' . $ejaculation->ejaculated_date->format('m月d日 H:i') . ')')
|
||||
@section('title', $user->display_name . ' さんのチェックイン (' . $ejaculation->ejaculated_date->format('n月j日 H:i') . ')')
|
||||
@endif
|
||||
|
||||
@section('content')
|
||||
|
Loading…
Reference in New Issue
Block a user