]> git.openstreetmap.org Git - rails.git/blob - app/views/site/fixthemap.html.erb
Merge remote-tracking branch 'upstream/pull/2500'
[rails.git] / app / views / site / fixthemap.html.erb
1 <% content_for :head do %>
2  <%= javascript_include_tag "fixthemap" %>
3 <% end %>
4
5 <% content_for :heading do %>
6   <h1><%= t ".title" %></h1>
7 <% end %>
8
9 <h3><%= t "layouts.intro_header" %></h3>
10 <p><%= t "layouts.intro_text" %></p>
11
12 <h3><%= t ".how_to_help.title" %></h3>
13
14 <div class='container'>
15   <div class='row'>
16     <div class='col-sm'>
17       <h5><%= t ".how_to_help.join_the_community.title" %></h5>
18       <p><%= t ".how_to_help.join_the_community.explanation_html" %></p>
19       <p class='text-center'>
20         <a class="button sign-up" href="<%= user_new_path %>"><%= t("layouts.start_mapping") %></a>
21       </p>
22     </div>
23     <div class='col-sm'>
24       <h5><%= t "site.welcome.add_a_note.title" %></h5>
25       <p><%= t "site.welcome.add_a_note.paragraph_1_html" %></p>
26       <p><%= t ".how_to_help.add_a_note.instructions_html", :map_url => root_path %></p>
27     </div>
28   </div>
29 </div>
30
31 <h3><%= t ".other_concerns.title" %></h3>
32 <p><%= t ".other_concerns.explanation_html" %></p>
33
34 <h3><%= t "site.welcome.questions.title" %></h3>
35 <span class='sprite small term question'></span>
36 <p><%= t "site.welcome.questions.paragraph_1_html", :help_url => help_path %></p>