]> git.openstreetmap.org Git - rails.git/blob - app/views/site/help.html.erb
e72aac1902b18b1dcf08721b431e5b0f852fa4fd
[rails.git] / app / views / site / help.html.erb
1 <% content_for :heading do %>
2   <h2><%= t "help_page.title" %></h2>
3 <% end %>
4
5 <p class='introduction'><%= t "help_page.introduction" %></p>
6
7 <% ['welcome', 'learnosm', 'help', 'wiki'].each do |site| %>
8   <a class='<%= site %>' href='<%= t "help_page.#{site}.url" %>'>
9     <h3><%= t "help_page.#{site}.title" %></h3>
10     <p><%= t "help_page.#{site}.description" %></p>
11   </a>
12 <% end %>