mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-14 00:49:54 +00:00
Fixed Layouts
This commit is contained in:
@@ -3,8 +3,9 @@
|
||||
<h1>Weight Class:<%= @weight.max %></h1>
|
||||
|
||||
|
||||
<%= link_to 'Edit Weight Class', edit_weight_path(@weight) %> |
|
||||
<%= link_to 'Back to Weight Classes', weights_path %>
|
||||
<%= link_to "Edit #{@weight.max} Weight Class", edit_weight_path(@weight) %> |
|
||||
<%= link_to 'Back to Weight Classes', weights_path %> |
|
||||
<%= link_to 'Back to Admin', '/admin/index' %>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
Reference in New Issue
Block a user