Rename widgets from Recent* to Latest*

This commit is contained in:
Nabeel Shahzad
2018-01-10 16:05:02 -06:00
parent 2ccaaddfcd
commit 9bc6501e8d
5 changed files with 6 additions and 9 deletions

View File

@@ -61,11 +61,8 @@
</div>
<div class="col-sm-4">
{{ Widget::recentPireps() }}
{{ Widget::recentPilots() }}
{{ Widget::latestPireps(['count' => 5]) }}
{{ Widget::latestPilots(['count' => 5]) }}
</div>
</div>
@endsection