3
0
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:
snipe
2020-07-20 14:29:32 -07:00
parent daf748e531
commit b905154373

View File

@ -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>