Sha256: bb926301619caeae8b4cdef468d23daddb752e68dc7bd8514a203fd7f3b9f893
Contents?: true
Size: 248 Bytes
Versions: 1
Compression:
Stored size: 248 Bytes
Contents
- form_tag '/admin/dashboard/change_lang', :autocomplete => 'off', :id => 'lang-switcher' do %div= select_tag :lang, options_for_select([['Français',:fr],['Anglais',:en]],session[:lang] || I18n.locale), :onchange => 'jQuery(this.form).submit()'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
forgeos_cms-1.9.0 | app/views/admin/menus/_lang_switcher.html.haml |