Skip to content

Instantly share code, notes, and snippets.

@errorstudio
Created August 30, 2012 16:38
Show Gist options
  • Save errorstudio/3532647 to your computer and use it in GitHub Desktop.
Save errorstudio/3532647 to your computer and use it in GitHub Desktop.
Refinery CMS: a list of all frontend locales with links
<ul>
<% Refinery::I18n.config.frontend_locales.each do |locale| %>
<li>
<%= link_to "/#{locale + request.path}", {:title => Refinery::I18n.locales[l]} do%>
<span><%= Refinery::I18n.locales[l] %></span>
<% end -%>
</li>
<% end %>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment