Skip to content

Instantly share code, notes, and snippets.

@bodrovis
Created November 9, 2019 14:52
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 bodrovis/902aad0eee7cb657f2d8677cb2936389 to your computer and use it in GitHub Desktop.
Save bodrovis/902aad0eee7cb657f2d8677cb2936389 to your computer and use it in GitHub Desktop.
<body>
<ul>
<li><%= link_to 'Русский', root_path(locale: :ru) %></li>
<li><%= link_to 'English', root_path(locale: :en) %></li>
</ul>
<!-- ... -->
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment