X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d8d1ab17764e5e0a7af99248cb5047d2af99d534..5df061f558d8973c519e346812185b142efbd9da:/app/views/site/communities.html.erb?ds=sidebyside diff --git a/app/views/site/communities.html.erb b/app/views/site/communities.html.erb index 8bea6d14c..b92b3140c 100644 --- a/app/views/site/communities.html.erb +++ b/app/views/site/communities.html.erb @@ -1 +1,19 @@ -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 %> +
<%= t ".lede_text", :locale => @locale %>
+<%= t ".local_chapters.about_text", :locale => @locale %>
+<%= t ".local_chapters.list_text", :locale => @locale %>
+<%= t ".other_groups.about_html", :locale => @locale %>
+<% end %> \ No newline at end of file