File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 36
36
/ =form.label :receive_newsletter, 'Receive infrequent but relevant updates'.html_safe
37
37
%p .neverpost
38
38
We respect the sanctity of your email and share your dislike for spam and unnecessarily frequent newsletters.
39
- =follow_coderwall_on_twitter
39
+ = follow_coderwall_on_twitter
40
40
to stay up to date with updates from coderwall.
41
41
.save
42
- =submit_tag 'Finish', :class => 'button'
42
+ = submit_tag 'Finish', class: 'button',
43
+ data: { disable_with: "Submitted" }
43
44
.clear
44
45
.special-setting.already-signedup
45
46
%h4
46
47
Already have an account? Try signing in again with
47
48
=link_to('GitHub,', '/auth/github', :rel => 'nofollow')
48
49
=link_to('Twitter,', '/auth/twitter', :rel => 'nofollow')
49
50
or
50
- =link_to('LinkedIn', '/auth/linkedin', :rel => 'nofollow')
51
+ =link_to('LinkedIn', '/auth/linkedin', :rel => 'nofollow')
You can’t perform that action at this time.
0 commit comments