mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-01 20:25:26 +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 %> |