Merge remote-tracking branch 'origin/develop'
This commit is contained in:
commit
c1916d6fe4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue