From 5d674f894fd339f9e165e18f2fc3026f7765d262 Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Wed, 4 Feb 2026 18:16:19 -0500 Subject: [PATCH] Added round number and bracket position under the bout number --- app/views/tournaments/_bracket_round.html.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/tournaments/_bracket_round.html.erb b/app/views/tournaments/_bracket_round.html.erb index e665f1b..8f40f8d 100644 --- a/app/views/tournaments/_bracket_round.html.erb +++ b/app/views/tournaments/_bracket_round.html.erb @@ -7,6 +7,8 @@ <% else %>
<%= link_to match.bout_number, spectate_match_path(match) %> <%= match.bracket_score_string %> 
<% end %> +
Round <%= match.round %>
+
<%= match.bracket_position %>
<%= match.w2_bracket_name.html_safe %>
<% end %>