mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 21:24:13 -08:00
formatting fix
This commit is contained in:
parent
af03b9f140
commit
d0212d4bda
|
@ -45,5 +45,5 @@ return [
|
|||
'alert_details' => 'Please see below for details.',
|
||||
'custom_export' => 'Custom Export',
|
||||
'mfg_warranty_lookup' => ':manufacturer Warranty Status Lookup',
|
||||
'user_department' => 'User Department: ',
|
||||
'user_department' => 'User Department',
|
||||
];
|
||||
|
|
|
@ -920,7 +920,7 @@
|
|||
@endif
|
||||
|
||||
@if((isset($asset->assignedTo)) && ($asset->assignedTo->department!=''))
|
||||
<li>{{ trans('admin/hardware/general.user_department') }}{{ $asset->assignedTo->department->name}}</li>
|
||||
<li>{{ trans('admin/hardware/general.user_department') }}: {{ $asset->assignedTo->department->name}}</li>
|
||||
@endif
|
||||
|
||||
@if (isset($asset->location))
|
||||
|
|
Loading…
Reference in a new issue