20 lines
534 B
Plaintext
20 lines
534 B
Plaintext
.overlay-inner.signup-common
|
|
= link_to image_tag("content/button_facebook_signup.png", {:width => 249, :height => 46 }), '/auth/facebook', class: "signup-facebook"
|
|
%br
|
|
%br
|
|
%br
|
|
.center
|
|
%strong.white Or
|
|
%br
|
|
%br
|
|
.center
|
|
= link_to "SIGN UP WITH YOUR EMAIL", signup_path, class: "button-orange block signup-email"
|
|
%br
|
|
.center
|
|
%small
|
|
Already have an account?
|
|
%a.show-signin-dialog{href: '#'} Sign In
|
|
%br
|
|
%br
|
|
%a.signup-cancel{href: '#'} Cancel
|
|
%br{clear: 'all'} |