We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f467913 commit 583d21dCopy full SHA for 583d21d
webapp/templates/jury/clarifications.html.twig
@@ -23,9 +23,12 @@
23
{%- else %}
24
25
<div class="float-end">
26
- <a href="{{ path('jury_clarification_new') }}" class="btn btn-primary btn-sm">
+ <a href="{{ path('jury_html_export', {'type': 'clarifications'}) }}" target="_blank" class="btn btn-secondary btn-sm">
27
+ <i class="fas fa-print"></i> Print clarifications
28
+ </a>
29
+ <a href="{{ path('jury_clarification_new') }}" class="btn btn-primary btn-sm">
30
<i class="fas fa-envelope"></i> Send clarification
- </a>
31
32
</div>
33
34
<div class="btn-group btn-group-sm mb-3" role="group">
0 commit comments