]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/site/communities.html.erb
Use lead text highlighting for lede paragraph
[rails.git] / app / views / site / communities.html.erb
index 265b26e8052784b0d856a95567914181f6cd3154..ba687966f5cc50867cd631b2c31920b049604117 100644 (file)
@@ -1,19 +1,17 @@
 <% content_for :heading do %>
-  <%= tag.h1 :lang => @locale, :dir => t("html.dir", :locale => @locale) do %>
-    <%= t ".title", :locale => @locale %>
-  <% end %>
+  <h1><%= t ".title" %></h1>
 <% 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>
-  <ul>
-    <% @local_chapters.each do |chapter| %>
-      <li><a href="<%= chapter.url %>"><%= chapter.name %></a></li>
-    <% end %>
-  </ul>
-  <h2><%= t ".other_groups.title", :locale => @locale %></h2>
-  <p><%= t ".other_groups.about_html", :locale => @locale %></p>
-<% end %>
+<p class="lead"><%= t ".lede_text" %></p>
+
+<h2><%= t ".local_chapters.title" %></h2>
+<p><%= t ".local_chapters.about_text" %></p>
+<p><%= t ".local_chapters.list_text" %></p>
+<ul>
+  <% @local_chapters.each do |chapter| %>
+    <li><a href="<%= chapter.url %>"><%= t "osm_community_index.communities.#{chapter.id}.name" %></a></li>
+  <% end %>
+</ul>
+
+<h2><%= t ".other_groups.title" %></h2>
+<p><%= t ".other_groups.about_html" %></p>