Skip to content

Instantly share code, notes, and snippets.

@nicinabox
Created February 20, 2012 22:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicinabox/1871950 to your computer and use it in GitHub Desktop.
Save nicinabox/1871950 to your computer and use it in GitHub Desktop.
<% [:en, :ru, :de].each do |locale| %>
<li>
<%= link_to Refinery::I18n.built_in_locales[locale], {:locale => locale}, :class => "flag #{locale.to_s}", :id => "locale_#{locale.to_s}" %>
</li>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment