Sha256: 60bdd9d8392a3053dc5b2e089a42dc94b446c5c7e7d1193abea3bc0e562be1f3

Contents?: true

Size: 203 Bytes

Versions: 11

Compression:

Stored size: 203 Bytes

Contents

#content-locale-picker
  %ul
    - @locales.each do |locale|
      %li{ :'data-locale' => locale }
        = image_tag "locomotive/icons/flags/#{locale}.png", :class => 'flag'

        %span.text= locale

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
locomotive_cms-2.0.0.rc12 app/cells/locomotive/content_locale_picker/show.html.haml
locomotive_cms-2.0.0.rc11 app/cells/locomotive/content_locale_picker/show.html.haml
locomotive_cms-2.0.0.rc10 app/cells/locomotive/content_locale_picker/show.html.haml
locomotive_cms-2.0.0.rc9 app/cells/locomotive/content_locale_picker/show.html.haml
locomotive_cms-2.0.0.rc8 app/cells/locomotive/content_locale_picker/show.html.haml
locomotive_cms-2.0.0.rc7 app/cells/locomotive/content_locale_picker/show.html.haml
locomotive_cms-2.0.0.rc6 app/cells/locomotive/content_locale_picker/show.html.haml
locomotive_cms-2.0.0.rc5 app/cells/locomotive/content_locale_picker/show.html.haml
locomotive_cms-2.0.0.rc4 app/cells/locomotive/content_locale_picker/show.html.haml
locomotive_cms-2.0.0.rc2 app/cells/locomotive/content_locale_picker/show.html.haml
locomotive_cms-2.0.0.rc1 app/cells/locomotive/content_locale_picker/show.html.haml