mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-07 10:45:43 +00:00
Fixed #8247 - added notes field to user details display
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user