Compare commits
No commits in common. "9a000fb08e43f4759204eb2a1ba598f25c2d7334" and "6dea57778e72c14f073e65530f2e1ee9b0d02a3e" have entirely different histories.
9a000fb08e
...
6dea57778e
2 changed files with 1 additions and 11 deletions
|
@ -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%;
|
||||
|
|
|
@ -28,9 +28,7 @@
|
|||
<p>
|
||||
<span> Tracking started: {{ date('j M Y (G:H)', strtotime($trip->date_start)) }}</span> |
|
||||
<span class="{{ ($trip->is_active) ? "positive" : "negative" }}">{{ ($trip->is_active) ? "Active" : "Ended" }}</span> |
|
||||
@if ($trip->is_active)
|
||||
<span class="{{ ($trip->is_tracking) ? "positive" : "negative" }}">{{ ($trip->is_tracking) ? "Currently tracking" : "Not currently tracking" }}</span>
|
||||
@endif
|
||||
<span class="small">(Last update: {{ date('j M Y (G:H)', strtotime($trip->updated_at)) }})</span>
|
||||
</p>
|
||||
</section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue