Assets: Fix download dropdown

This commit is contained in:
2018-09-07 12:27:37 +02:00
parent 95c1f913c6
commit be98a95fc0
5 changed files with 30 additions and 41 deletions

View File

@@ -93,7 +93,7 @@
title="Download {{ node.properties.content_type | undertitle }}",
href="{{ node.file.link }}",
download="{{ node.file.filename }}")
button.btn(type="button")
button.btn.btn-outline-success.px-3(type="button")
i.pi-download
| Download
| {% endblock node_download %}