]> git.openstreetmap.org Git - rails.git/blob - app/views/site/communities.html.erb
add communities page
[rails.git] / app / views / site / communities.html.erb
1 <% content_for :heading do %>
2   <%= tag.h1 :lang => @locale, :dir => t("html.dir", :locale => @locale) do %>
3     <%= t ".title", :locale => @locale %>
4   <% end %>
5 <% end %>
6
7 <%= tag.div :lang => @locale, :dir => t("html.dir", :locale => @locale) do %>
8   <p><%= t ".lede_text", :locale => @locale %></p>
9   <h2><%= t ".local_chapters.title", :locale => @locale %></h2>
10   <p><%= t ".local_chapters.about_text", :locale => @locale %></p>
11   <p><%= t ".local_chapters.list_text", :locale => @locale %></p>
12   <h2><%= t ".other_groups.title", :locale => @locale %></h2>
13   <p><%= t ".other_groups.about_html", :locale => @locale %></p>
14 <% end %>