mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 05:04:07 -08:00
Fix link to view manufacturer in hardware view
This commit is contained in:
parent
416cd96c94
commit
412756b651
|
@ -97,7 +97,7 @@
|
|||
<tr>
|
||||
<td>{{ trans('admin/hardware/form.manufacturer') }}</td>
|
||||
<td>
|
||||
<a href="{{ route('update/manufacturer', $asset->model->manufacturer->id) }}">
|
||||
<a href="{{ route('view/manufacturer', $asset->model->manufacturer->id) }}">
|
||||
{{ $asset->model->manufacturer->name }}
|
||||
</a>
|
||||
</td>
|
||||
|
|
Loading…
Reference in a new issue