Skip to content

Commit

Permalink
#21 pirep styling
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeelio committed Aug 9, 2017
1 parent 807ac69 commit ee016cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/views/layouts/default/pireps/index.blade.php
Expand Up @@ -8,7 +8,7 @@
style="margin-top: -10px;margin-bottom: 5px"
href="{!! route('frontend.pireps.create') !!}">File New PIREP</a>
</div>
<h1>PIREPs</h1>
<h2 class="description">pilot reports</h2>
@include('flash::message')
@include('layouts.default.pireps.table')
</div>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/layouts/default/pireps/table.blade.php
Expand Up @@ -27,7 +27,7 @@
<span class="description">ARR&nbsp;</span>
{!! $pirep->arr_airport->icao !!}&nbsp;
</div>
<div><span class="description">FLIGHT TIME&nbsp;</span>
<div><span class="description">Flight Time&nbsp;</span>
{!! Utils::secondsToTime($pirep->flight_time) !!}
</div>
<div><span class="description">Aircraft&nbsp;</span>
Expand Down

0 comments on commit ee016cf

Please sign in to comment.