app/views/devise/passwords/new.html.erb in devbootsrap-0.0.5 vs app/views/devise/passwords/new.html.erb in devbootsrap-0.0.6

- old
+ new

@@ -4,9 +4,9 @@ <%= devise_error_messages! %> <div><%= f.label :email %><br /> <%= f.email_field :email, autofocus: true %></div> - <div><%= f.submit "Send me reset password instructions" %></div> + <div><%= f.submit "Send me reset password instructions" , class: 'btn btn-small btn-primary' %></div> <% end %> <%= render "devise/shared/links" %>