mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Updated layout
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
<p id="notice"><%= notice %></p>
|
||||
<%= link_to 'Back to browse tournaments', '/tournaments', :class=>"btn btn-default" %>
|
||||
<% if tournament_permissions(@tournament) %>
|
||||
<%= link_to "Edit #{@tournament.name}", edit_tournament_path(@tournament), :class=>"btn btn-primary" %> |
|
||||
| <%= link_to "Edit #{@tournament.name}", edit_tournament_path(@tournament), :class=>"btn btn-primary" %>
|
||||
<% end %>
|
||||
<%= link_to 'Back', '/tournaments', :class=>"btn btn-default" %>
|
||||
|
||||
|
||||
<h1>
|
||||
<%= @tournament.name %>
|
||||
|
||||
Reference in New Issue
Block a user