Skip to content

Commit 583d21d

Browse files
committed
Add button to print clarifications.
1 parent f467913 commit 583d21d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

webapp/templates/jury/clarifications.html.twig

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,12 @@
2323
{%- else %}
2424

2525
<div class="float-end">
26-
<a href="{{ path('jury_clarification_new') }}" class="btn btn-primary btn-sm">
26+
<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">
2730
<i class="fas fa-envelope"></i> Send clarification
28-
</a>
31+
</a>
2932
</div>
3033

3134
<div class="btn-group btn-group-sm mb-3" role="group">

0 commit comments

Comments
 (0)