ページタイトルを設定

This commit is contained in:
shibafu
2019-01-08 23:27:48 +09:00
parent cf1757319e
commit ad5fbc7ada
14 changed files with 35 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
@extends('user.base')
@section('title', $user->display_name . ' さんのオカズ')
@section('tab-content')
@if ($user->is_protected && !$user->isMe())
<p class="mt-4">

View File

@@ -1,5 +1,7 @@
@extends('user.base')
@section('title', $user->display_name . ' (@' . $user->name . ')')
@section('sidebar')
{{-- TODO: タイムラインとオカズのテンプレを分けたら条件外す --}}
@if (Route::currentRouteName() === 'user.profile')

View File

@@ -1,5 +1,7 @@
@extends('user.base')
@section('title', $user->display_name . ' さんのグラフ')
@push('head')
<link rel="stylesheet" href="//cdn.jsdelivr.net/cal-heatmap/3.3.10/cal-heatmap.css" />
@endpush