Class: ExpressAdmin::OauthSignInLinks

Inherits:
ExpressTemplates::Components::Configurable
  • Object
show all
Defined in:
app/components/express_admin/oauth_sign_in_links.rb

Instance Method Summary collapse

Instance Method Details



17
18
19
# File 'app/components/express_admin/oauth_sign_in_links.rb', line 17

def (provider)
  link_to "#{provider_name(provider)}", user_omniauth_authorize_path(provider), class: 'hollow button button-login'
end