Fix link to view manufacturer in hardware view

This commit is contained in:
snipe 2016-06-15 21:14:26 -07:00
parent 416cd96c94
commit 412756b651

View file

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