チェックインページのタイトル内日付フォーマットをちょっと変更
This commit is contained in:
		@@ -3,7 +3,7 @@
 | 
				
			|||||||
@if (!$user->isMe() && ($user->is_protected || $ejaculation->is_private))
 | 
					@if (!$user->isMe() && ($user->is_protected || $ejaculation->is_private))
 | 
				
			||||||
    @section('title', $user->display_name . ' さんのチェックイン')
 | 
					    @section('title', $user->display_name . ' さんのチェックイン')
 | 
				
			||||||
@else
 | 
					@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
 | 
					@endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@section('content')
 | 
					@section('content')
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user