diff --git a/public/css/app.css b/public/css/app.css index b83f0f1..1f068ef 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -43,18 +43,10 @@ details h2 { .other-links { display: block; + text-align: center; margin: auto; } -.other-links ul { - list-style: none; -} - -.other-links li { - float: left; - margin-right: 1.5em; -} - .trip-meta { display: block; width: 100%; diff --git a/resources/views/tracker.blade.php b/resources/views/tracker.blade.php index c6e788a..83391cf 100644 --- a/resources/views/tracker.blade.php +++ b/resources/views/tracker.blade.php @@ -28,9 +28,7 @@
Tracking started: {{ date('j M Y (G:H)', strtotime($trip->date_start)) }} | {{ ($trip->is_active) ? "Active" : "Ended" }} | - @if ($trip->is_active) {{ ($trip->is_tracking) ? "Currently tracking" : "Not currently tracking" }} - @endif (Last update: {{ date('j M Y (G:H)', strtotime($trip->updated_at)) }})