Nowrap on files column
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
9aada2ec70
commit
a44490e448
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@
|
|||
{{ $file->note }}
|
||||
@endif
|
||||
</td>
|
||||
<td>
|
||||
<td style="white-space: nowrap">
|
||||
@if (($file->filename) && (Storage::exists('private_uploads/assetmodels/'.$file->filename)))
|
||||
<a href="{{ route('show/modelfile', [$model->id, $file->id]) }}" class="btn btn-sm btn-default">
|
||||
<i class="fas fa-download" aria-hidden="true"></i>
|
||||
|
|
Loading…
Add table
Reference in a new issue