Skip to content

Commit

Permalink
Minor display fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Feb 7, 2015
1 parent 3a9cb9b commit 140bd13
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/views/backend/licenses/view.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -261,10 +261,15 @@
<td>{{ $log->action_type }}</td>

<td>
@if ($log->userlog)
@if (($log->userlog) && ($log->userlog->id!='0'))
<a href="{{ route('view/user', $log->checkedout_to) }}">
{{{ $log->userlog->fullName() }}}
</a>

@elseif ($log->action_type=='uploaded')

{{ $log->filename }}

@endif

</td>
Expand Down

0 comments on commit 140bd13

Please sign in to comment.