UI
This commit is contained in:
parent
f6121d69cb
commit
3c339d3b02
@ -5,7 +5,7 @@
|
||||
<th>File</th>
|
||||
<th>Size</th>
|
||||
<th>Uploaded</th>
|
||||
@if($allow_delete)
|
||||
@if ($allow_delete)
|
||||
<th> </th>
|
||||
@endif
|
||||
</tr>
|
||||
@ -36,7 +36,7 @@
|
||||
<td>
|
||||
{{ $media->created_at->format('d.m.Y h:iA') }}
|
||||
</td>
|
||||
@if($allow_delete)
|
||||
@if ($allow_delete)
|
||||
<td>
|
||||
<div class="d-flex align-items-end">
|
||||
<form action="{{ route('staff.attachment.delete', [$study->hash, $media->id]) }}"
|
||||
|
Loading…
Reference in New Issue
Block a user