mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 13:44:06 -08:00
Fixed wonky layout on accessory files
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
8a547dab20
commit
f4ffbcf76e
|
@ -209,7 +209,7 @@
|
||||||
{{ $file->note }}
|
{{ $file->note }}
|
||||||
@endif
|
@endif
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td style="white-space: nowrap;">
|
||||||
@if ($file->filename)
|
@if ($file->filename)
|
||||||
<a href="{{ route('show.accessoryfile', [$accessory->id, $file->id]) }}" class="btn btn-sm btn-default">
|
<a href="{{ route('show.accessoryfile', [$accessory->id, $file->id]) }}" class="btn btn-sm btn-default">
|
||||||
<i class="fas fa-download" aria-hidden="true"></i>
|
<i class="fas fa-download" aria-hidden="true"></i>
|
||||||
|
|
Loading…
Reference in a new issue