feat: add preview link to accepted documents

This commit is contained in:
Björn Fromme
2025-02-10 17:11:27 +01:00
parent 3e2c5976aa
commit 0b743172e7
@@ -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>