mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-31 19:45:45 +00:00
3 lines
119 B
Plaintext
3 lines
119 B
Plaintext
<% @weights.each do |weight| %>
|
|
<%= link_to "#{weight.max}" , "/static_pages/brackets?weight=#{weight.id}" %>
|
|
<% end %> |