]> git.openstreetmap.org Git - rails.git/blob - app/views/site/help.html.erb
Remove LearnOSM
[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', 'help', 'wiki'].each do |site| %>
8   <div class='<%= site %> help-item'>
9   <h3>
10     <a href='<%= t "help_page.#{site}.url" %>'>
11       <%= t "help_page.#{site}.title" %>
12     </a>
13   </h3>
14   <p><%= t "help_page.#{site}.description" %></p>
15   </div>
16 <% end %>