]> git.openstreetmap.org Git - rails.git/blobdiff - app/helpers/user_helper.rb
Merge remote-tracking branch 'upstream/pull/5099'
[rails.git] / app / helpers / user_helper.rb
index 5863a9403820b7e6bfa622d5c07aa21d587f0418..0831cde6e21e316759c9a0a8546979b053f38445 100644 (file)
@@ -54,7 +54,7 @@ module UserHelper
 
   def auth_button(provider, options = {})
     link_to(
 
   def auth_button(provider, options = {})
     link_to(
-      image_tag("#{provider}.svg",
+      image_tag("auth_providers/#{provider}.svg",
                 :alt => t("application.auth_providers.#{provider}.alt"),
                 :class => "rounded-1",
                 :size => "36"),
                 :alt => t("application.auth_providers.#{provider}.alt"),
                 :class => "rounded-1",
                 :size => "36"),
@@ -67,7 +67,7 @@ module UserHelper
 
   def auth_button_preferred(provider, options = {})
     link_to(
 
   def auth_button_preferred(provider, options = {})
     link_to(
-      image_tag("#{provider}.svg",
+      image_tag("auth_providers/#{provider}.svg",
                 :alt => t("application.auth_providers.#{provider}.alt"),
                 :class => "rounded-1 me-3",
                 :size => "36") + t("application.auth_providers.#{provider}.title"),
                 :alt => t("application.auth_providers.#{provider}.alt"),
                 :class => "rounded-1 me-3",
                 :size => "36") + t("application.auth_providers.#{provider}.title"),