]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/site/communities.html.erb
improve link ordering
[rails.git] / app / views / site / communities.html.erb
index 31c48eaf68fe5af1129901b97cf6822151bd90d0..b92b3140c031b7859c96d4bfb6bbed9a9bc4ea04 100644 (file)
@@ -9,6 +9,11 @@
   <h2><%= t ".local_chapters.title", :locale => @locale %></h2>
   <p><%= t ".local_chapters.about_text", :locale => @locale %></p>
   <p><%= t ".local_chapters.list_text", :locale => @locale %></p>
+  <ul>
+    <% @local_chapters.each do |chapter| %>
+      <li><a href="<%= chapter[:url] %>"><%= chapter[:name] %></a></li>
+    <% end %>
+  </ul>
   <h2><%= t ".other_groups.title", :locale => @locale %></h2>
   <p><%= t ".other_groups.about_html", :locale => @locale %></p>
 <% end %>
\ No newline at end of file