From a0c5c1ae8edec35b4577090292bcd04154e32cb6 Mon Sep 17 00:00:00 2001 From: jcwimer Date: Tue, 19 Jan 2016 13:26:39 +0000 Subject: [PATCH] Fixed reset password button --- app/views/devise/passwords/edit.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/devise/passwords/edit.html.erb b/app/views/devise/passwords/edit.html.erb index f4b0178..a982bc3 100644 --- a/app/views/devise/passwords/edit.html.erb +++ b/app/views/devise/passwords/edit.html.erb @@ -10,7 +10,7 @@
<%= f.label :password_confirmation, "Confirm new password" %>
<%= f.password_field :password_confirmation %>
-
<%= f.submit "Change my password" :class=>"btn btn-success"%>
+
<%= f.submit "Change my password", :class=>"btn btn-success"%>
<% end %> <%= render "devise/shared/links" %>