Skip to content

Commit

Permalink
Add missing id to team session's table
Browse files Browse the repository at this point in the history
  • Loading branch information
BGMP committed Jun 3, 2024
1 parent eeb4681 commit 5f0ca27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/sessions/_teams_results_table.haml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
%li
= link_to t("results.admin.delete.button"), @session, data: { turbo: true, turbo_method: :delete, turbo_confirm: t("results.admin.delete.confirmation.body") }, :class => "btn mt-2"
#results.container
%table.table.table-sm.table-fluid.table-responsive
%table.table.table-sm.table-fluid.table-responsive{:id => "session"}
%thead
%tr
%th.text-center.align-middle{:width => "1%", :"data-toggle" => "tooltip", :"data-placement" => "top", :title => t("results.container.tooltips.session-number")}
Expand Down

0 comments on commit 5f0ca27

Please sign in to comment.