Add relevant osm-community-index data into I18n
This commit is contained in:
parent
f234bf3a46
commit
ad900553cb
2 changed files with 35 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue