Skip to content

Commit

Permalink
Fixed #8247 - added notes field to user details display
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Jul 20, 2020
1 parent daf748e commit b905154
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions resources/views/users/view.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,13 @@

@endif

@if ($user->notes)
<tr>
<td class="text-nowrap">{{ trans('admin/users/table.notes') }}</td>
<td>{{ $user->notes }}</td>
</tr>
@endif


</table>
</div>
Expand Down

0 comments on commit b905154

Please sign in to comment.