<h2><%= t "help_page.title" %></h2>
<% end %>
-<p class='introduction'><%= t "help_page.introduction" %></p>
+<p class='introduction inner22'><%= t "help_page.introduction" %></p>
<% ['welcome', 'learnosm', 'help', 'wiki'].each do |site| %>
- <a class='<%= site %>' href='<%= t "help_page.#{site}.url" %>'>
- <h3><%= t "help_page.#{site}.title" %></h3>
- <p><%= t "help_page.#{site}.description" %></p>
- </a>
-<% end %>
+ <div class='<%= site %> inner02 help-item'>
+ <h3>
+ <a href='<%= t "help_page.#{site}.url" %>'>
+ <%= t "help_page.#{site}.title" %>
+ </a>
+ </h3>
+ <p><%= t "help_page.#{site}.description" %></p>
+ </div>
+<% end %>
\ No newline at end of file
<p><%= t "welcome_page.add_a_note.paragraph_1_html" %></p>
<p><%= t "welcome_page.add_a_note.paragraph_2_html", :map_url => root_path %></p>
</div>
-</div>
\ No newline at end of file
+</div>
welcome:
url: http://www.openstreetmap.org/welcome
title: Welcome to OSM
- description: A one-page introduction for new users
+ description: Start with this quick guide covering the OpenStreetMap basics.
learnosm:
url: http://learnosm.org/
title: LearnOSM
- description: Learn OpenStreetMap Step by Step
+ description: Learn how to edit OpenStreetMap with the JOSM editor step-by-step.
help:
url: https://help.openstreetmap.org/
title: help.openstreetmap.org
- description: OSM's question-and-answer site
+ description: Ask a question or look up answers on OSM's question-and-answer site.
wiki:
url: http://wiki.openstreetmap.org/
title: wiki.openstreetmap.org
- description: A wiki-based documentation site
+ description: Browse the wiki for in-depth OSM documentation.
notifier:
diary_comment_notification:
subject: "[OpenStreetMap] %{user} commented on your diary entry"