1 <% content_for :heading do %>
8 <p><%= t ".lede_text" %></p>
9 <h2><%= t ".local_chapters.title" %></h2>
10 <p><%= t ".local_chapters.about_text" %></p>
11 <p><%= t ".local_chapters.list_text" %></p>
13 <% @local_chapters.each do |chapter| %>
14 <li><a href="<%= chapter.url %>"><%= chapter.name %> / <%= t "osm_community_index.local_chapter." + chapter.id + ".name" %></a></li>
17 <h2><%= t ".other_groups.title" %></h2>
18 <p><%= t ".other_groups.about_html" %></p>