Add more API resources; user bid management and tests #35 #36

This commit is contained in:
Nabeel Shahzad
2017-12-12 16:58:27 -06:00
parent 5b25a464ba
commit 248a8d1488
27 changed files with 470 additions and 166 deletions

View File

@@ -1,7 +1,7 @@
<div class="row">
<div class="form-group col-sm-12">
{{--<div class="avatar">
<img src="{!! $pirep->pilot->gravatar() !!}" />
<img src="{!! $pirep->pilot->gravatar !!}" />
</div>--}}
Filed By: <a href="{!! route('admin.users.edit', [$pirep->pilot->id]) !!}" target="_blank">
{!! $pirep->pilot->pilot_id !!} {!! $pirep->pilot->name !!}

View File

@@ -21,7 +21,7 @@
</h3>
<div class="photo-container">
<img class="rounded-circle"
src="{!! $user->gravatar() !!}">
src="{!! $user->gravatar !!}">
</div>
</div>
<div class="content content-center">