X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/06c2db433d63ebd0e5a83cb6b68a29a6ca1d5050..317b1871f48db1da4abd315c3e67edb910af6b57:/app/views/site/communities.html.erb diff --git a/app/views/site/communities.html.erb b/app/views/site/communities.html.erb index 265b26e80..c21406683 100644 --- a/app/views/site/communities.html.erb +++ b/app/views/site/communities.html.erb @@ -1,19 +1,23 @@ <% content_for :heading do %> - <%= tag.h1 :lang => @locale, :dir => t("html.dir", :locale => @locale) do %> - <%= t ".title", :locale => @locale %> - <% end %> +

<%= t ".title" %>

<% end %> -<%= tag.div :lang => @locale, :dir => t("html.dir", :locale => @locale) do %> -

<%= t ".lede_text", :locale => @locale %>

-

<%= t ".local_chapters.title", :locale => @locale %>

-

<%= t ".local_chapters.about_text", :locale => @locale %>

-

<%= t ".local_chapters.list_text", :locale => @locale %>

- -

<%= t ".other_groups.title", :locale => @locale %>

-

<%= t ".other_groups.about_html", :locale => @locale %>

-<% end %> +

<%= t ".lede_text" %>

+ +

<%= t ".local_chapters.title" %>

+

<%= t ".local_chapters.about_text" %>

+

<%= t ".local_chapters.list_text" %>

+ + +

<%= t ".other_groups.title" %>

+

<%= t ".other_groups.about_html" %>