]> git.openstreetmap.org Git - rails.git/blob - app/views/site/fixthemap.html.erb
Make the mails squeezable on narrow screens
[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 "fixthemap.title" %></h1>
7 <% end %>
8
9 <h3><%= t "layouts.intro_header" %></h3>
10
11 <p><%= t "layouts.intro_text" %></p>
12
13 <h3><%= t "fixthemap.how_to_help.title" %></h3>
14
15 <div class='clearfix'>
16   <div class='col6 inner11'>
17     <h3><%= t "fixthemap.how_to_help.join_the_community.title" %></h3>
18     <%= t "fixthemap.how_to_help.join_the_community.explanation_html" %>
19     <div class='clearfix center'>
20       <a class="button sign-up" href="<%= user_new_path %>"><%= t('layouts.start_mapping') %></a>
21     </div>
22   </div>
23   <div class='col6 inner11'>
24     <h3><%= t "welcome_page.add_a_note.title" %></h3>
25     <p><%= t "welcome_page.add_a_note.paragraph_1_html" %></p>
26     <p><%= t "fixthemap.how_to_help.add_a_note.instructions_html", :map_url => root_path %></p>
27   </div>
28 </div>
29
30 <h3><%= t "fixthemap.other_concerns.title" %></h3>
31 <p><%= t "fixthemap.other_concerns.explanation_html" %></p>
32
33 <div class='col12 clearfix icon-list'>
34   <h3><%= t "welcome_page.questions.title" %></h3>
35   <span class='sprite small term question'></span>
36   <p><%= t "welcome_page.questions.paragraph_1_html", :help_url => help_path %></p>
37 </div>