Sha256: 2d541893ccb4b4d86049445d623b74ca4c77b255417165205d3ce75587941aa1
Contents?: true
Size: 418 Bytes
Versions: 5
Compression:
Stored size: 418 Bytes
Contents
# Tips and notes on customizing Elabs ## Site translations menu If you want to display dynamically display the links to change the site language in the menu and you have the "Languages" of the translations, you can override `elabs/layouts/_language_menu.html.haml` with this content: ```haml - Elabs::Language.available_site_translations.each do |l| = link_to l.name, { locale: l.iso639_1 }, lang: l.iso639_1 ```
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
elabs-5.0.0 | docs/tips.md |
elabs-4.0.0 | docs/tips.md |
elabs-3.0.0 | docs/tips.md |
elabs-2.0.0 | docs/tips.md |
elabs-2.0.0.pre | docs/tips.md |