mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-05-15 09:46:25 +00:00
Went through views to make sure navigation is correct and views look ok
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<%= link_to 'Back', root_path, :class=>"btn btn-default" %>
|
||||
<%= link_to 'Back', tournaments_path, :class=>"btn btn-default" %>
|
||||
<br>
|
||||
<h1>Editing tournament</h1>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<%= link_to 'Back', root_path, :class=>"btn btn-default" %>
|
||||
<%= link_to 'Back', tournaments_path, :class=>"btn btn-default" %>
|
||||
<br>
|
||||
<h1>New tournament</h1>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<%= link_to "Back to #{@tournament.name}", "/tournaments/#{@tournament.id}" %>
|
||||
<%= link_to "Back to #{@tournament.name}", "/tournaments/#{@tournament.id}", :class=>"btn btn-default" %>
|
||||
<br>
|
||||
<br>
|
||||
<h1>No Matches</h1>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<%= link_to "Back to #{@tournament_name}", "/tournaments/#{@tournament_id}", :class=>"btn btn-default" %>
|
||||
<%= link_to "Back to #{@tournament.name}", "/tournaments/#{@tournament.id}", :class=>"btn btn-default" %>
|
||||
<br>
|
||||
<br>
|
||||
<% @weights.each do |weight| %>
|
||||
|
||||
Reference in New Issue
Block a user