]> git.openstreetmap.org Git - rails.git/blob - app/views/site/fixthemap.html.erb
Merge remote-tracking branch 'upstream/pull/6115'
[rails.git] / app / views / site / fixthemap.html.erb
1 <% content_for :heading do %>
2   <h1><%= t ".title" %></h1>
3 <% end %>
4
5 <h2><%= t "layouts.intro_header" %></h2>
6 <p class="lead"><%= t "layouts.intro_text" %></p>
7
8 <h2><%= t ".how_to_help.title" %></h2>
9
10 <div class='row'>
11   <div class='col-sm'>
12     <h3 class='fs-5'><%= t ".how_to_help.join_the_community.title" %></h3>
13     <p><%= t ".how_to_help.join_the_community.explanation_html" %></p>
14     <p class='text-center'>
15       <a class="btn btn-primary" href="<%= new_user_path %>"><%= t("layouts.start_mapping") %></a>
16     </p>
17   </div>
18   <div class='col-sm'>
19     <h3 class='fs-5'><%= t "site.add_a_note.title" %></h3>
20     <%= render "add_a_note" %>
21   </div>
22 </div>
23
24 <h2><%= t ".other_concerns.title" %></h2>
25 <p>
26   <%= t ".other_concerns.concerns_html", :copyright_link => link_to(t(".other_concerns.copyright"), copyright_path),
27                                          :working_group_link => link_to(t(".other_concerns.working_group"), t(".other_concerns.working_group_url")) %>
28 </p>
29
30 <%= render "any_questions" %>