mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-05-16 10:09:00 +00:00
Removed back to tournament button now that there is a navbar
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
<%= link_to "Back to #{@tournament.name}", "/tournaments/#{@tournament.id}", :class=>"btn btn-default" %>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<% @weights.each do |weight| %>
|
||||
<%= link_to "#{weight.max}" , "/tournaments/#{@tournament.id}/weigh_in/#{weight.id}" %>
|
||||
<br>
|
||||
|
||||
Reference in New Issue
Block a user