X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a696d2b24c1eaafaac8b9ebca98b64e78521dc71..6d5752ad623dc70d0d6a1004c42871fb05704c56:/app/helpers/user_helper.rb diff --git a/app/helpers/user_helper.rb b/app/helpers/user_helper.rb index 5da0a75fd..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 mx-1 p-2 d-block", + :class => "auth_button btn btn-light p-2", :title => t("application.auth_providers.#{name}.title") ) end