1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

broken form fixed

This commit is contained in:
2015-11-05 03:18:57 +00:00
parent b77cb4d39e
commit 6984de8b63

View File

@@ -18,6 +18,7 @@
<% if @weight %>
<%= f.hidden_field :tournament_id, :value => @tournament_field %>
<% end %>
<br>
<div class="actions">
<%= f.submit 'Submit', :class=>"btn btn-success" %>