Skip to content

Commit

Permalink
Add button to print clarifications.
Browse files Browse the repository at this point in the history
  • Loading branch information
meisterT committed Apr 20, 2024
1 parent 9f44e13 commit bfcf63f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions webapp/templates/jury/clarifications.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,12 @@
{%- else %}

<div class="float-end">
<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">
<i class="fas fa-print"></i> Print clarifications
</a>
<a href="{{ path('jury_clarification_new') }}" class="btn btn-primary btn-sm">
<i class="fas fa-envelope"></i> Send clarification
</a>
</a>
</div>

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

0 comments on commit bfcf63f

Please sign in to comment.