ページタイトルを設定
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
@extends('layouts.base')
|
||||
|
||||
@section('title', 'チェックイン')
|
||||
|
||||
@section('content')
|
||||
<div class="container">
|
||||
<h2>今致してる?</h2>
|
||||
|
@@ -1,5 +1,7 @@
|
||||
@extends('layouts.base')
|
||||
|
||||
@section('title', 'チェックインの修正')
|
||||
|
||||
@section('content')
|
||||
<div class="container">
|
||||
<h2>チェックインの修正</h2>
|
||||
|
@@ -1,5 +1,11 @@
|
||||
@extends('layouts.base')
|
||||
|
||||
@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') . ')')
|
||||
@endif
|
||||
|
||||
@section('content')
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
Reference in New Issue
Block a user