<% if feature?(:twitter_login) || feature?(:facebook_login) || feature?(:google_login) %>
<%= t("omniauth.info.#{action}") %>
<% if feature? :twitter_login %>
<%= link_to t("omniauth.twitter.name"), user_twitter_omniauth_authorize_path, title: t("omniauth.twitter.#{action}"), class: "button-twitter button expanded", method: :post %>
<% end %> <% if feature? :facebook_login %>
<%= link_to t("omniauth.facebook.name"), user_facebook_omniauth_authorize_path, title: t("omniauth.facebook.#{action}"), class: "button-facebook button expanded", method: :post %>
<% end %> <% if feature? :google_login %>
<%= link_to t("omniauth.google_oauth2.name"), user_google_oauth2_omniauth_authorize_path, title: t("omniauth.google_oauth2.#{action}"), class: "button-google button expanded", method: :post %>
<% end %> <% if feature? :wordpress_login %>
<%= link_to t("omniauth.wordpress_oauth2.name"), user_wordpress_oauth2_omniauth_authorize_path, title: t("omniauth.wordpress_oauth2.#{action}"), class: "button-wordpress button expanded", method: :post %>
<% end %>
<%= t("omniauth.or_fill") %>
<% end %>