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