]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/site/help.html.erb
Remove LearnOSM
[rails.git] / app / views / site / help.html.erb
index e72aac1902b18b1dcf08721b431e5b0f852fa4fd..53d479b8588dd2d9c1a4701847ee3aee15434b73 100644 (file)
@@ -4,9 +4,13 @@
 
 <p class='introduction'><%= 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 %>
+<% ['welcome', 'help', 'wiki'].each do |site| %>
+  <div class='<%= site %> 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