app/views/devise/registrations/_form.html.haml in hackathon_manager-0.2.0 vs app/views/devise/registrations/_form.html.haml in hackathon_manager-0.3.0
- old
+ new
@@ -1,8 +1,8 @@
= simple_form_for(resource, as: resource_name, url: registration_path(resource_name)) do |f|
.form-actions
.center
- = btn_link_to "Sign Up using My MLH »".html_safe, user_mlh_omniauth_authorize_path
+ = btn_link_to "Continue with My MLH »".html_safe, user_mlh_omniauth_authorize_path
%p
%em or create an account:
.form-inputs
= f.input :email, required: true, autofocus: true
= f.input :password, required: true