]> git.openstreetmap.org Git - rails.git/blobdiff - app/helpers/user_helper.rb
OpenID connect icons to SVG
[rails.git] / app / helpers / user_helper.rb
index 536f2620e02df11c20004b7e0320954201ea38ad..20e8a2292dcc4b24450b4391cce0c0199fc0b2fd 100644 (file)
@@ -53,7 +53,7 @@ module UserHelper
   # External authentication support
 
   def openid_logo
   # External authentication support
 
   def openid_logo
-    image_tag "openid_small.png", :alt => t("application.auth_providers.openid_logo_alt"), :class => "align-text-bottom"
+    image_tag "openid.svg", :size => "24", :alt => t("application.auth_providers.openid_logo_alt"), :class => "align-text-bottom"
   end
 
   def auth_button(name, provider, options = {})
   end
 
   def auth_button(name, provider, options = {})