diff --git a/app/views/devise/sessions/new.slim b/app/views/devise/sessions/new.slim index fc2c79d..824085b 100644 --- a/app/views/devise/sessions/new.slim +++ b/app/views/devise/sessions/new.slim @@ -25,6 +25,13 @@ .row .text-center + + // Alternative way to display buttons without images. (Amazon wants their own button though.) + / p + / = link_to (fa_icon 'google', text: '- Login with Google'), user_google_oauth2_omniauth_authorize_path, class: 'button secondary large' + / p + / = link_to (fa_icon 'github', text: '- Login with Google'), user_google_oauth2_omniauth_authorize_path, class: 'button secondary large' + p = link_to image_tag('/images/sso/google.png'), user_google_oauth2_omniauth_authorize_path p