metar template change #61

This commit is contained in:
Nabeel Shahzad
2018-04-02 07:11:02 -05:00
parent c000034cab
commit 6c516cf4bf

View File

@@ -25,11 +25,10 @@ https://api.checkwx.com/#metar-decoded
@else @else
{{$data->visibility->miles}} {{$data->visibility->miles}}
@endif @endif
 
@endif @endif
@if($data->humidity_percent) @if($data->humidity_percent)
{{$data->humidity_percent}}% humidity , {{$data->humidity_percent}}% humidity
@endif @endif
</td> </td>
</tr> </tr>