1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-10 23:53:06 +00:00

Preliminary bracket print page

This commit is contained in:
2015-03-30 19:11:47 +00:00
parent 9986c8b407
commit d0277e1ab8
5 changed files with 64 additions and 13 deletions

View File

@@ -4,4 +4,5 @@
<% @weights.each do |weight| %>
<%= link_to "#{weight.max}" , "/static_pages/brackets?weight=#{weight.id}" %>
<br>
<% end %>
<% end %>
<%= link_to "All Brackets", "/static_pages/all_brackets?print=true&tournament=#{@tournament.id}" %>