]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/site/communities.html.erb
render local chapters in html
[rails.git] / app / views / site / communities.html.erb
index ad431d849286a395253cf70052548337e4d1fb79..b92b3140c031b7859c96d4bfb6bbed9a9bc4ea04 100644 (file)
@@ -11,7 +11,7 @@
   <p><%= t ".local_chapters.list_text", :locale => @locale %></p>
   <ul>
     <% @local_chapters.each do |chapter| %>
-      <li><%= chapter %></li>
+      <li><a href="<%= chapter[:url] %>"><%= chapter[:name] %></a></li>
     <% end %>
   </ul>
   <h2><%= t ".other_groups.title", :locale => @locale %></h2>