feat: add preview link to accepted documents
This commit is contained in:
@@ -95,6 +95,11 @@
|
||||
title="Download">
|
||||
{{ icon('download') }}
|
||||
</a>
|
||||
<a href="{{ path('app_common_download', { 'uuid': upload.uuid, 'inline': true }) }}"
|
||||
target="_blank"
|
||||
title="Download">
|
||||
{{ icon('eye') }}
|
||||
</a>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user