diff --git a/app/helpers/user_helper.rb b/app/helpers/user_helper.rb index 26ba2c528..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", diff --git a/app/views/application/_auth_providers.html.erb b/app/views/application/_auth_providers.html.erb index 14e296a07..4b487cc5d 100644 --- a/app/views/application/_auth_providers.html.erb +++ b/app/views/application/_auth_providers.html.erb @@ -47,7 +47,7 @@ <%= form_tag(auth_path(:provider => "openid"), :id => "openid_login_form") do %>