diff --git a/app/views/devise/shared/_links.erb b/app/views/devise/shared/_links.erb index a5ba3f18a6..8d0c78661e 100644 --- a/app/views/devise/shared/_links.erb +++ b/app/views/devise/shared/_links.erb @@ -11,9 +11,6 @@ <% elsif provider.to_s == 'github' %> <%= button_to t('devise.shared.sign_up_github'), omniauth_authorize_path(resource_name, provider), method: :post, class: 'buttonGhostM smallMarginBottom' %> <% end -%> - - - <% end -%> <% end -%> <% end -%>