diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-01-30 12:26:32 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-01-30 12:26:32 +0100 |
commit | 400e66d6b554d6b87e025f84d15742df15ecd644 (patch) | |
tree | ecbbc58eba6627abf98a91fe8f459c392bfadcd6 /archaeological_operations | |
parent | dc1d0da3544d2ec9adb4c792c357fe06eaf752a7 (diff) | |
download | Ishtar-400e66d6b554d6b87e025f84d15742df15ecd644.tar.bz2 Ishtar-400e66d6b554d6b87e025f84d15742df15ecd644.zip |
Sheet document: better UI for files
Diffstat (limited to 'archaeological_operations')
-rw-r--r-- | archaeological_operations/templates/ishtar/sheet_administrativeact.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_administrativeact.html b/archaeological_operations/templates/ishtar/sheet_administrativeact.html index a524ad04d..d952f66cb 100644 --- a/archaeological_operations/templates/ishtar/sheet_administrativeact.html +++ b/archaeological_operations/templates/ishtar/sheet_administrativeact.html @@ -23,9 +23,9 @@ {% with pdf_attached=item.pdf_attached %} {% if pdf_attached %} <p class="text-center col-12 p-2"> - <a href="{{pdf_attached}}" target="_blank"> + <a href="{{pdf_attached}}" class="btn btn-secondary" target="_blank"> + <i class="fa fa-file-pdf-o" aria-hidden="true"></i> {% trans "View PDF" %} - <i class="fa fa-external-link" aria-hidden="true"></i> </a> </p> {% endif %} |