Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Validata
Validata UI
Commits
4710cd29
Commit
4710cd29
authored
Nov 30, 2018
by
Christophe Benz
Browse files
Open PDF link in another tab, in case of error
parent
8dd04ff4
Changes
1
Hide whitespace changes
Inline
Side-by-side
validata_ui/templates/validation_report.html
View file @
4710cd29
...
...
@@ -35,7 +35,7 @@
{% endif %}
{% if source.type == 'url' %}
<p
class=
"hidden-print"
>
<a
href=
"{{ url_for('pdf_report', val_code=val_info.code) }}?url={{source.name|urlencode}}"
>
<a
href=
"{{ url_for('pdf_report', val_code=val_info.code) }}?url={{source.name|urlencode}}"
target=
"_blank"
>
Télécharger en PDF
</a>
</p>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment