1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-14 00:49:54 +00:00

Blocking buttons with Devise Authentication and cleaning up views

This commit is contained in:
Jacob Cody Wimer
2014-01-22 08:38:55 -05:00
parent 382e1a0c05
commit 8797381b6c
9 changed files with 13 additions and 23 deletions

View File

@@ -23,7 +23,7 @@
<% if @school %>
<%= f.hidden_field :tournament_id, :value => @tournament %>
<%= f.hidden_field :tournament_id, :value => @tournament_field %>
<% else %>
<div class="field">
<%= f.label 'Tournament' %><br>

View File

@@ -2,4 +2,4 @@
<%= render 'form' %>
<%= link_to 'Back', schools_path %>
<%= link_to 'Back', "/tournaments/#{@tournament.id}" %>