X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/330e2cc5214e309b349dee5a9401970fbab549bb..6d5752ad623dc70d0d6a1004c42871fb05704c56:/app/helpers/user_helper.rb diff --git a/app/helpers/user_helper.rb b/app/helpers/user_helper.rb index 3e779a00c..734a266db 100644 --- a/app/helpers/user_helper.rb +++ b/app/helpers/user_helper.rb @@ -52,10 +52,6 @@ module UserHelper # External authentication support - def openid_logo - image_tag "openid.svg", :size => "36", :alt => t("application.auth_providers.openid_logo_alt"), :class => "align-text-bottom" - end - def auth_button(name, provider, options = {}) link_to( image_tag("#{name}.svg", @@ -64,7 +60,7 @@ module UserHelper :size => "36"), auth_path(options.merge(:provider => provider)), :method => :post, - :class => "auth_button btn btn-light p-2 d-block", + :class => "auth_button btn btn-light p-2", :title => t("application.auth_providers.#{name}.title") ) end