]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/site/communities.html.erb
add communities page
[rails.git] / app / views / site / communities.html.erb
index 8bea6d14c27a81932590e1d9d3ca076f958114f9..31c48eaf68fe5af1129901b97cf6822151bd90d0 100644 (file)
@@ -1 +1,14 @@
-COMMUNITIES PAGE WILL GO HERE ðŸŽ‰
\ No newline at end of file
+<% content_for :heading do %>
+  <%= tag.h1 :lang => @locale, :dir => t("html.dir", :locale => @locale) do %>
+    <%= t ".title", :locale => @locale %>
+  <% end %>
+<% end %>
+
+<%= tag.div :lang => @locale, :dir => t("html.dir", :locale => @locale) do %>
+  <p><%= t ".lede_text", :locale => @locale %></p>
+  <h2><%= t ".local_chapters.title", :locale => @locale %></h2>
+  <p><%= t ".local_chapters.about_text", :locale => @locale %></p>
+  <p><%= t ".local_chapters.list_text", :locale => @locale %></p>
+  <h2><%= t ".other_groups.title", :locale => @locale %></h2>
+  <p><%= t ".other_groups.about_html", :locale => @locale %></p>
+<% end %>
\ No newline at end of file