Fix past trip view
This commit is contained in:
parent
ff3c265968
commit
6563a4b5e2
3 changed files with 5 additions and 114 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue