Don't skip heading levels on "fixthemap" page
This commit is contained in:
parent
41ed1f8e52
commit
2012f5b719
1 changed files with 2 additions and 2 deletions
|
@ -13,14 +13,14 @@
|
|||
|
||||
<div class='row'>
|
||||
<div class='col-sm'>
|
||||
<h5><%= t ".how_to_help.join_the_community.title" %></h5>
|
||||
<h3 class='fs-5'><%= t ".how_to_help.join_the_community.title" %></h3>
|
||||
<p><%= t ".how_to_help.join_the_community.explanation_html" %></p>
|
||||
<p class='text-center'>
|
||||
<a class="btn btn-primary" href="<%= user_new_path %>"><%= t("layouts.start_mapping") %></a>
|
||||
</p>
|
||||
</div>
|
||||
<div class='col-sm'>
|
||||
<h5><%= t "site.welcome.add_a_note.title" %></h5>
|
||||
<h3 class='fs-5'><%= t "site.welcome.add_a_note.title" %></h3>
|
||||
<p><%= t "site.welcome.add_a_note.para_1" %></p>
|
||||
<p><%= t ".how_to_help.add_a_note.instructions_1_html", :note_icon => tag.a(:class => "icon note bg-dark rounded-1") %></p>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue