お惣菜コーナーのユーザーURLを正しいものに修正
This commit is contained in:
		@@ -34,7 +34,7 @@
 | 
				
			|||||||
                                <!-- span -->
 | 
					                                <!-- span -->
 | 
				
			||||||
                                <div class="d-flex justify-content-between">
 | 
					                                <div class="d-flex justify-content-between">
 | 
				
			||||||
                                    <h5>
 | 
					                                    <h5>
 | 
				
			||||||
                                        <a href="{{ route('user.profile', ['id' => $ejaculation->user_id]) }}" class="text-dark"><img src="{{ $ejaculation->user->getProfileImageUrl(30) }}" width="30" height="30" class="rounded d-inline-block align-bottom"> @{{ $ejaculation->user->name }}</a>
 | 
					                                        <a href="{{ route('user.profile', ['id' => $ejaculation->user->name]) }}" class="text-dark"><img src="{{ $ejaculation->user->getProfileImageUrl(30) }}" width="30" height="30" class="rounded d-inline-block align-bottom"> @{{ $ejaculation->user->name }}</a>
 | 
				
			||||||
                                        <a href="{{ route('checkin.show', ['id' => $ejaculation->id]) }}" class="text-muted"><small>{{ $ejaculation->ejaculated_date->format('Y/m/d H:i') }}</small></a>
 | 
					                                        <a href="{{ route('checkin.show', ['id' => $ejaculation->id]) }}" class="text-muted"><small>{{ $ejaculation->ejaculated_date->format('Y/m/d H:i') }}</small></a>
 | 
				
			||||||
                                    </h5>
 | 
					                                    </h5>
 | 
				
			||||||
                                </div>
 | 
					                                </div>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user