mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-27 10:03:49 +00:00
upload and retrieve document
This commit is contained in:
3
Resources/views/Macro/macro.html.twig
Normal file
3
Resources/views/Macro/macro.html.twig
Normal file
@@ -0,0 +1,3 @@
|
||||
{% macro download_button(storedObject) %}
|
||||
<a class="sc-button bt-download" data-download-button data-key="{{ storedObject.keyInfos|json_encode|escape('html_attr') }}" data-iv="{{ storedObject.iv|json_encode|escape('html_attr') }}" data-temp-url-get="{{ storedObject|file_url }}">{{ 'Download'|trans }}</a>
|
||||
{% endmacro %}
|
Reference in New Issue
Block a user