X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/ad900553cb722617bf3d3d7dc6b9af47678b5ef0..f95c1433ea0baada896abb49c8645db4980494ee:/app/views/site/communities.html.erb diff --git a/app/views/site/communities.html.erb b/app/views/site/communities.html.erb index e238d7377..21b5c235c 100644 --- a/app/views/site/communities.html.erb +++ b/app/views/site/communities.html.erb @@ -1,19 +1,24 @@ <% content_for :heading do %> - <%= tag.h1 do %> - <%= t ".title" %> - <% end %> +

<%= t ".title" %>

<% end %> -<%= tag.div do %> -

<%= 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" %>

-<% 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.other_groups_html", :communities_wiki_link => link_to(t(".other_groups.communities_wiki"), + t(".other_groups.communities_wiki_url")) %>