Skip to content

Commit

Permalink
Add download as PNG button to team sessions' results table
Browse files Browse the repository at this point in the history
  • Loading branch information
BGMP committed Jun 3, 2024
1 parent 9a95837 commit cf115ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/views/sessions/_teams_results_table.haml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
%h2
= t("results.admin.title")
%ul
%li
%button{:id => "dl-png", :class => "btn mt-2"}
= t('misc.download-as-png')
%li
= link_to t("results.admin.edit.button"), edit_session_path(@session), :class => "btn mt-2"
%li
Expand Down

0 comments on commit cf115ad

Please sign in to comment.