Fix past trip view

This commit is contained in:
Ben Goldsworthy 2022-10-19 22:53:52 +00:00
parent ff3c265968
commit 6563a4b5e2
3 changed files with 5 additions and 114 deletions

View file

@ -17,7 +17,7 @@
<body>
<header class="page-header">
<h1 class="page-title">@if ($trip->is_active) Where in the World is Ben? @else {{ $trip->title }} @endif</h1>
<h1 class="page-title">@if ($trip->is_active) Where in the World is Ben? @else {{ $trip->name }} @endif</h1>
<nav class="other-links">
<ul>
<li><p><a href="/past-trips">Past trips</a></p></li>