WIP: Implement disosition document handling for admins
This commit is contained in:
@@ -60,13 +60,9 @@
|
||||
{{ upload.status|upload_status_badge }}
|
||||
</td>
|
||||
<td>
|
||||
<div class="flex items-center space-x-2">
|
||||
<a href="{{ path('app_common_download', { 'uuid': upload.uuid }) }}"
|
||||
title="Download"
|
||||
target="_blank">
|
||||
{{ icon('download') }}
|
||||
</a>
|
||||
</div>
|
||||
{% include '_partials/_dropdown.html.twig' with { 'links': [
|
||||
{ 'url': path('app_common_download', { 'uuid': upload.uuid }), 'label': 'Download', 'target': '_blank' },
|
||||
] } %}
|
||||
</td>
|
||||
</tr>
|
||||
{% else %}
|
||||
|
||||
Reference in New Issue
Block a user