From: Anton Khorev Date: Fri, 17 May 2024 23:42:55 +0000 (+0300) Subject: Remove .clearfix X-Git-Tag: live~436^2~4 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/e34f1ebfafbcbe4d35782674d02c0ff2b18d8314 Remove .clearfix Floats are no longer used on the welcome page. --- diff --git a/app/views/site/welcome.html.erb b/app/views/site/welcome.html.erb index a10849585..9ec3e4fd0 100644 --- a/app/views/site/welcome.html.erb +++ b/app/views/site/welcome.html.erb @@ -55,11 +55,9 @@ :automated_edits_link => link_to(t(".rules.automated_edits"), t(".rules.automated_edits_url")) %>

-
- <%= render "any_questions" %> -
+<%= render "any_questions" %> -
+

<% if params[:oauth_return_url] %> <%= t ".continue_authorization" %>