Sha256: bd4ad8571d69e3ade07caa8ecca456f070ac24317c549af07ed70a120ad63da3
Contents?: true
Size: 607 Bytes
Versions: 3
Compression:
Stored size: 607 Bytes
Contents
html head title OmniauthInfinumWithFacebook = stylesheet_link_tag 'application', media: 'all' = javascript_include_tag 'application' = csrf_meta_tags body .container style="margin-left:25%" .actions - if current_user = "#{current_user.first_name} #{current_user.last_name} " = link_to "Logout", destroy_user_session_path, method: "delete" - else = link_to "Login with Facebook", user_omniauth_authorize_path(:facebook) br = link_to "Login with Infinum", user_omniauth_authorize_path(:infinum) = yield
Version data entries
3 entries across 3 versions & 1 rubygems