1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-05 14:17:20 +00:00

Wrote all brackets to static_pages brackets

This commit is contained in:
Jacob Cody Wimer
2014-01-24 09:06:59 -05:00
parent bb0c4b4a6c
commit 46239f28bd
5 changed files with 349 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
<% @weights.each do |weight| %>
<%= link_to "#{weight.max}" , "/static_pages/brackets?weight=#{weight.id}" %>
<br>
<% end %>