diff --git a/resources/views/components/profile.blade.php b/resources/views/components/profile.blade.php index 2afcd29..42d7a4a 100644 --- a/resources/views/components/profile.blade.php +++ b/resources/views/components/profile.blade.php @@ -15,8 +15,27 @@ - @if (!$user->is_protected || $user->isMe()) -
現在のセッション
+ {{-- Bio --}} + @if (!empty($user->bio)) +

+ {!! Formatter::linkify(nl2br(e($user->bio))) !!} +

+ @endif + + {{-- URL --}} + @if (!empty($user->url)) +

+ + {{ preg_replace('~\Ahttps?://~', '', $user->url) }} +

+ @endif + + + +@if (!$user->is_protected || $user->isMe()) +
+
+
現在のセッション
@if (isset($currentSession))

{{ $currentSession }}経過

({{ $latestEjaculation->ejaculated_date->format('Y/m/d H:i') }} にリセット)

@@ -31,6 +50,6 @@

最短記録: {{ Formatter::formatInterval($summary[0]->shortest) }}

合計時間: {{ Formatter::formatInterval($summary[0]->total_times) }}

通算回数: {{ $summary[0]->total_checkins }}回

- @endif +
- \ No newline at end of file +@endif