mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-16 21:11:38 +00:00
Updated all links
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
<%= f.collection_select :tournament_id, Tournament.all, :id, :name %>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
<br>
|
||||
<div class="actions">
|
||||
<%= f.submit %>
|
||||
<%= f.submit 'Submit', :class=>"btn btn-success" %>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
@@ -2,5 +2,4 @@
|
||||
|
||||
<%= render 'form' %>
|
||||
|
||||
<%= link_to 'Show', @mat %> |
|
||||
<%= link_to 'Back', mats_path %>
|
||||
<%= link_to 'Back', "/tournaments/#{@tournament.id}" %>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<%= link_to "Back to #{@tournament.name}", "/tournaments/#{@tournament.id}", :class=>"btn btn-default" %>
|
||||
<br>
|
||||
<h1>New mat</h1>
|
||||
|
||||
<%= render 'form' %>
|
||||
|
||||
<%= link_to 'Back', mats_path %>
|
||||
|
||||
Reference in New Issue
Block a user