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.2.0 app/cells/locomotive/content_locale_picker/show.html.haml
locomotive_cms-2.1.4 app/cells/locomotive/content_locale_picker/show.html.haml
locomotive_cms-2.1.3 app/cells/locomotive/content_locale_picker/show.html.haml
locomotive_cms-2.1.2 app/cells/locomotive/content_locale_picker/show.html.haml
locomotive_cms-2.1.1 app/cells/locomotive/content_locale_picker/show.html.haml
locomotive_cms-2.1.0 app/cells/locomotive/content_locale_picker/show.html.haml