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