mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-05-17 02:39:05 +00:00
Went through views to make sure navigation is correct and views look ok
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
|
||||
<%= form_for(@wrestler) do |f| %>
|
||||
<% if @wrestler.errors.any? %>
|
||||
<div id="error_explanation">
|
||||
@@ -52,7 +53,7 @@
|
||||
</br>
|
||||
</br>
|
||||
<div class="actions">
|
||||
<%= f.submit %>
|
||||
<%= f.submit :class=>"btn btn-success"%>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user