]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/site/communities.html.erb
Merge branch 'master' into feature/add-communities-page
[rails.git] / app / views / site / communities.html.erb
index ad431d849286a395253cf70052548337e4d1fb79..265b26e8052784b0d856a95567914181f6cd3154 100644 (file)
@@ -11,9 +11,9 @@
   <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>
   <p><%= t ".other_groups.about_html", :locale => @locale %></p>
-<% end %>
\ No newline at end of file
+<% end %>