mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-13 17:14:10 -08:00
Fixed #8247 - added notes field to user details display
This commit is contained in:
parent
daf748e531
commit
b905154373
|
@ -285,6 +285,13 @@
|
||||||
|
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
@if ($user->notes)
|
||||||
|
<tr>
|
||||||
|
<td class="text-nowrap">{{ trans('admin/users/table.notes') }}</td>
|
||||||
|
<td>{{ $user->notes }}</td>
|
||||||
|
</tr>
|
||||||
|
@endif
|
||||||
|
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue