1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-01 20:25:26 +00:00
Files
wrestlingdev.com/app/views/static_pages/weights.html.erb
2014-01-24 08:41:49 -05:00

3 lines
119 B
Plaintext

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