mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 13:44:06 -08:00
Formatting correctly
This commit is contained in:
parent
0c5d54dfde
commit
f2f3931fa9
|
@ -235,16 +235,16 @@
|
||||||
])
|
])
|
||||||
}}
|
}}
|
||||||
</div>
|
</div>
|
||||||
@if ($activeFile->first_row)
|
@if ($activeFile->first_row)
|
||||||
<div class="col-md-5">
|
<div class="col-md-5">
|
||||||
<p class="form-control-static">{{ str_limit($activeFile->first_row[$index], 50, '...') }}</p>
|
<p class="form-control-static">{{ str_limit($activeFile->first_row[$index], 50, '...') }}</p>
|
||||||
</div>
|
</div>
|
||||||
@else
|
@else
|
||||||
@php
|
@php
|
||||||
$statusText = trans('help.empty_file');
|
$statusText = trans('help.empty_file');
|
||||||
$statusType = 'info';
|
$statusType = 'info';
|
||||||
@endphp
|
@endphp
|
||||||
@endif
|
@endif
|
||||||
</div><!-- /div row -->
|
</div><!-- /div row -->
|
||||||
@endforeach
|
@endforeach
|
||||||
@else
|
@else
|
||||||
|
|
Loading…
Reference in a new issue