From 2012f5b719c51bb5764171d0e76dc199195905be Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Sat, 18 May 2024 03:41:26 +0300 Subject: [PATCH] Don't skip heading levels on "fixthemap" page --- app/views/site/fixthemap.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/site/fixthemap.html.erb b/app/views/site/fixthemap.html.erb index 3edafd8b7..1e943c7cc 100644 --- a/app/views/site/fixthemap.html.erb +++ b/app/views/site/fixthemap.html.erb @@ -13,14 +13,14 @@
-
<%= t ".how_to_help.join_the_community.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.title" %>

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

<%= t ".how_to_help.add_a_note.instructions_1_html", :note_icon => tag.a(:class => "icon note bg-dark rounded-1") %>

-- 2.39.5