app/views/devise/unlocks/new.html.erb in devbootsrap-0.0.5 vs app/views/devise/unlocks/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 "Resend unlock instructions" %></div> + <div><%= f.submit "Resend unlock instructions" , class: 'btn btn-small btn-primary'%></div> <% end %> <%= render "devise/shared/links" %>