Merge pull request #11676 from snipe/fixes/added_category_to_model_info

Adds the category in the side info on Models > View
This commit is contained in:
snipe 2022-08-14 14:03:09 -07:00 committed by GitHub
commit 40bc13a946
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -221,6 +221,12 @@
<ul class="list-unstyled" style="line-height: 25px;">
@if ($model->category)
<li>{{ trans('general.category') }}:
<a href="{{ route('categories.show', $model->category->id) }}">{{ $model->category->name }}</a>
</li>
@endif
@if ($model->manufacturer)
<li>
{{ trans('general.manufacturer') }}: