mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
Added model number in box header
This commit is contained in:
parent
3dae464c34
commit
48207fc695
|
@ -35,7 +35,9 @@
|
||||||
@if ($model->id)
|
@if ($model->id)
|
||||||
<div class="box-header with-border">
|
<div class="box-header with-border">
|
||||||
<div class="box-heading">
|
<div class="box-heading">
|
||||||
<h3 class="box-title"> {{ $model->name }}</h3>
|
<h3 class="box-title"> {{ $model->name }}
|
||||||
|
{{ ($model->model_number) ? '(#'.$model->model_number.')' : '' }}
|
||||||
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
</div><!-- /.box-header -->
|
</div><!-- /.box-header -->
|
||||||
@endif
|
@endif
|
||||||
|
|
Loading…
Reference in a new issue