- image_tag("#{name}.svg", :alt => t("users.login.auth_providers.#{name}.alt"), :class => "rounded-lg"),
+ image_tag("#{name}.svg",
+ :alt => t("application.auth_providers.#{name}.alt"),
+ :class => "rounded-1",
+ :size => "24"),
+ auth_path(options.merge(:provider => provider)),
+ :method => :post,
+ :class => "auth_button p-2 d-block",
+ :title => t("application.auth_providers.#{name}.title")
+ )
+ end
+
+ def auth_button_preferred(name, provider, options = {})
+ link_to(
+ image_tag("#{name}.svg",
+ :alt => t("application.auth_providers.#{name}.alt"),
+ :class => "rounded-1 me-3",
+ :size => "24") + t("application.auth_providers.#{name}.title"),