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" %>