1 <% content_for :heading do %>
2 <h2><%= t "help_page.title" %></h2>
5 <p class='introduction'><%= t "help_page.introduction" %></p>
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>