diff --git a/app/views/users/new.html.haml b/app/views/users/new.html.haml index 4878ca02..436bc0f0 100644 --- a/app/views/users/new.html.haml +++ b/app/views/users/new.html.haml @@ -36,10 +36,11 @@ / =form.label :receive_newsletter, 'Receive infrequent but relevant updates'.html_safe %p.neverpost We respect the sanctity of your email and share your dislike for spam and unnecessarily frequent newsletters. - =follow_coderwall_on_twitter + = follow_coderwall_on_twitter to stay up to date with updates from coderwall. .save - =submit_tag 'Finish', :class => 'button' + = submit_tag 'Finish', class: 'button', + data: { disable_with: "Submitted" } .clear .special-setting.already-signedup %h4 @@ -47,4 +48,4 @@ =link_to('GitHub,', '/auth/github', :rel => 'nofollow') =link_to('Twitter,', '/auth/twitter', :rel => 'nofollow') or - =link_to('LinkedIn', '/auth/linkedin', :rel => 'nofollow') \ No newline at end of file + =link_to('LinkedIn', '/auth/linkedin', :rel => 'nofollow')