Add relevant osm-community-index data into I18n

This commit is contained in:
Adam Hoyle 2021-11-24 22:22:32 +00:00
parent f234bf3a46
commit ad900553cb
2 changed files with 35 additions and 1 deletions

View file

@ -11,7 +11,7 @@
<p><%= t ".local_chapters.list_text" %></p>
<ul>
<% @local_chapters.each do |chapter| %>
<li><a href="<%= chapter.url %>"><%= chapter.name %></a></li>
<li><a href="<%= chapter.url %>"><%= chapter.name %> / <%= t "osm_community_index.local_chapter." + chapter.id + ".name" %></a></li>
<% end %>
</ul>
<h2><%= t ".other_groups.title" %></h2>