<% if oauth_logins.any? %>
<%= t("omniauth.info.#{action}") %>
<% oauth_logins.each do |login| %>
<%= link_to t("omniauth.#{login}.name"), send("user_#{login}_omniauth_authorize_path"), title: t("omniauth.#{login}.#{action}"), class: "button-#{login.to_s.delete_suffix("_oauth2")} button expanded", method: :post %>
<% end %>
<%= t("omniauth.or_fill") %>
<% end %>