From: Andy Allan Date: Wed, 27 Jul 2022 13:26:54 +0000 (+0100) Subject: Remove extra container div from fixthemap page X-Git-Tag: live~1889^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/09631b53e9cf79752922039b36bc343d3d48da5c?ds=sidebyside;hp=-c Remove extra container div from fixthemap page This created extra margins and padding either side of the blocks of text, which was unnecessary --- 09631b53e9cf79752922039b36bc343d3d48da5c diff --git a/app/views/site/fixthemap.html.erb b/app/views/site/fixthemap.html.erb index 28e0fe237..70118b980 100644 --- a/app/views/site/fixthemap.html.erb +++ b/app/views/site/fixthemap.html.erb @@ -11,20 +11,18 @@

<%= t ".how_to_help.title" %>

-
-
-
-
<%= t ".how_to_help.join_the_community.title" %>
-

<%= t ".how_to_help.join_the_community.explanation_html" %>

-

- <%= t("layouts.start_mapping") %> -

-
-
-
<%= t "site.welcome.add_a_note.title" %>
-

<%= t "site.welcome.add_a_note.paragraph_1_html" %>

-

<%= t ".how_to_help.add_a_note.instructions_html", :map_url => root_path %>

-
+
+
+
<%= t ".how_to_help.join_the_community.title" %>
+

<%= t ".how_to_help.join_the_community.explanation_html" %>

+

+ <%= t("layouts.start_mapping") %> +

+
+
+
<%= t "site.welcome.add_a_note.title" %>
+

<%= t "site.welcome.add_a_note.paragraph_1_html" %>

+

<%= t ".how_to_help.add_a_note.instructions_html", :map_url => root_path %>