mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-30 11:04:56 +00:00
Went through views to make sure navigation is correct and views look ok
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<div><%= f.label :password_confirmation, "Confirm new password" %><br />
|
||||
<%= f.password_field :password_confirmation %></div>
|
||||
|
||||
<div><%= f.submit "Change my password" %></div>
|
||||
<div><%= f.submit "Change my password" :class=>"btn btn-success"%></div>
|
||||
<% end %>
|
||||
|
||||
<%= render "devise/shared/links" %>
|
||||
|
||||
@@ -5,8 +5,9 @@
|
||||
|
||||
<div><%= f.label :email %><br />
|
||||
<%= f.email_field :email, :autofocus => true %></div>
|
||||
|
||||
<div><%= f.submit "Send me reset password instructions" %></div>
|
||||
<br>
|
||||
<div><%= f.submit "Send me reset password instructions",:class=>"btn btn-success" %></div>
|
||||
<% end %>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<%= render "devise/shared/links" %>
|
||||
|
||||
Reference in New Issue
Block a user