Sha256: c5ad11ed3273f9f0d340b757a62f64e9686b1809663757269a6b70068bb8db85

Contents?: true

Size: 198 Bytes

Versions: 26

Compression:

Stored size: 198 Bytes

Contents

#content-locale-picker
  %ul
    - @locales.each do |locale|
      %li{ :'data-locale' => locale, class: "#{'selected' if @locale == locale}" }
        = flag_tag(locale)

        %span.text= locale

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
locomotive_cms-2.5.7 app/cells/locomotive/content_locale_picker/show.html.haml
locomotive_cms-2.5.6 app/cells/locomotive/content_locale_picker/show.html.haml
locomotive_cms-2.5.6.rc2 app/cells/locomotive/content_locale_picker/show.html.haml
locomotive_cms-2.5.6.rc1 app/cells/locomotive/content_locale_picker/show.html.haml
locomotive_cms-2.5.5 app/cells/locomotive/content_locale_picker/show.html.haml
locomotive_cms-2.5.4 app/cells/locomotive/content_locale_picker/show.html.haml
locomotive_cms-2.5.3 app/cells/locomotive/content_locale_picker/show.html.haml
locomotive_cms-2.5.2 app/cells/locomotive/content_locale_picker/show.html.haml
locomotive_cms-2.5.1 app/cells/locomotive/content_locale_picker/show.html.haml
locomotive_cms-2.5.0 app/cells/locomotive/content_locale_picker/show.html.haml
locomotive_cms-2.5.0.rc3 app/cells/locomotive/content_locale_picker/show.html.haml
locomotive_cms-2.5.0.rc2 app/cells/locomotive/content_locale_picker/show.html.haml
locomotive_cms-2.5.0.rc1 app/cells/locomotive/content_locale_picker/show.html.haml
locomotive_cms-2.4.1 app/cells/locomotive/content_locale_picker/show.html.haml
locomotive_cms-2.4.0 app/cells/locomotive/content_locale_picker/show.html.haml
locomotive_cms-2.3.1 app/cells/locomotive/content_locale_picker/show.html.haml
locomotive_cms-2.3.0 app/cells/locomotive/content_locale_picker/show.html.haml
locomotive_cms-2.2.3 app/cells/locomotive/content_locale_picker/show.html.haml
locomotive_cms-2.2.2 app/cells/locomotive/content_locale_picker/show.html.haml
locomotive_cms-2.2.1 app/cells/locomotive/content_locale_picker/show.html.haml