app/views/devise/registrations/edit.html.erb in devbootsrap-0.0.5 vs app/views/devise/registrations/edit.html.erb in devbootsrap-0.0.6

- old
+ new

@@ -17,10 +17,10 @@ <%= f.password_field :password_confirmation, autocomplete: "off" %></div> <div><%= f.label :current_password %> <i>(we need your current password to confirm your changes)</i><br /> <%= f.password_field :current_password, autocomplete: "off" %></div> - <div><%= f.submit "Update" %></div> + <div><%= f.submit "Update",, class: 'btn btn-small btn-primary' %></div> <% end %> <h3>Cancel my account</h3> <p>Unhappy? <%= button_to "Cancel my account", registration_path(resource_name), data: { confirm: "Are you sure?" }, method: :delete %></p>