]> git.openstreetmap.org Git - rails.git/blob - app/views/site/communities.html.erb
5db0d45fd5ccc83b7545fbdb1b5f41052ee47c27
[rails.git] / app / views / site / communities.html.erb
1 <% content_for :heading do %>
2   <%= tag.h1 do %>
3     <%= t ".title" %>
4   <% end %>
5 <% end %>
6
7 <%= tag.div 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>
12   <ul>
13     <% @local_chapters.each do |chapter| %>
14       <li><a href="<%= chapter.url %>"><%= chapter.name %></a></li>
15     <% end %>
16   </ul>
17   <h2><%= t ".other_groups.title" %></h2>
18   <p><%= t ".other_groups.about_html" %></p>
19 <% end %>