]> git.openstreetmap.org Git - rails.git/blob - app/views/site/fixthemap.html.erb
Avoid raw html in translations for the note icon
[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 <h2><%= t "layouts.intro_header" %></h2>
10 <p class="lead"><%= t "layouts.intro_text" %></p>
11
12 <h2><%= t ".how_to_help.title" %></h2>
13
14 <div class='row'>
15   <div class='col-sm'>
16     <h5><%= t ".how_to_help.join_the_community.title" %></h5>
17     <p><%= t ".how_to_help.join_the_community.explanation_html" %></p>
18     <p class='text-center'>
19       <a class="btn btn-primary" href="<%= user_new_path %>"><%= t("layouts.start_mapping") %></a>
20     </p>
21   </div>
22   <div class='col-sm'>
23     <h5><%= t "site.welcome.add_a_note.title" %></h5>
24     <p><%= t "site.welcome.add_a_note.para_1" %></p>
25     <p><%= t ".how_to_help.add_a_note.instructions_1_html", :note_icon => tag.a(:class => "icon note") %></p>
26   </div>
27 </div>
28
29 <h2><%= t ".other_concerns.title" %></h2>
30 <p>
31   <%= t ".other_concerns.concerns_html", :copyright_link => link_to(t(".other_concerns.copyright"), copyright_path),
32                                          :working_group_link => link_to(t(".other_concerns.working_group"), t(".other_concerns.working_group_url")) %>
33 </p>
34
35 <%= render "any_questions" %>