Sha256: e7656caf8dc9136d399185068a5b2f49d84d1c3d3bfbd9805be360f77bf256b9

Contents?: true

Size: 563 Bytes

Versions: 23

Compression:

Stored size: 563 Bytes

Contents

.btn-group.locale-picker-btn-group
  button.btn.btn-primary.btn-sm.dropdown-toggle data-toggle='dropdown' data-aria-haspopup='true' data-aria-expanded='false'
    = flag_tag current_content_locale, '17x17'
    |  
    |  
    span.caret
  ul.dropdown-menu.dropdown-menu-right
    - current_site.locales.each do |locale|
      - url = url_block ? url_block.call(locale) : "?content_locale=#{locale}"
      li
        a href=url
          = flag_tag locale, '17x17'
          |  
          |  
          = t(locale, scope: 'locomotive.locales')

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
locomotivecms-4.2.0.alpha2 app/views/locomotive/shared/_locale_picker_link.html.slim
locomotivecms-4.2.0.alpha1 app/views/locomotive/shared/_locale_picker_link.html.slim
locomotivecms-4.1.1 app/views/locomotive/shared/_locale_picker_link.html.slim
locomotivecms-4.1.0 app/views/locomotive/shared/_locale_picker_link.html.slim
locomotivecms-4.1.0.rc1 app/views/locomotive/shared/_locale_picker_link.html.slim
locomotivecms-4.0.3 app/views/locomotive/shared/_locale_picker_link.html.slim
locomotivecms-4.0.2 app/views/locomotive/shared/_locale_picker_link.html.slim
locomotivecms-4.0.1 app/views/locomotive/shared/_locale_picker_link.html.slim
locomotivecms-4.0.0 app/views/locomotive/shared/_locale_picker_link.html.slim
locomotivecms-4.0.0.rc0 app/views/locomotive/shared/_locale_picker_link.html.slim
locomotivecms-4.0.0.alpha3 app/views/locomotive/shared/_locale_picker_link.html.slim
locomotivecms-3.4.1 app/views/locomotive/shared/_locale_picker_link.html.slim
locomotivecms-4.0.0.alpha2 app/views/locomotive/shared/_locale_picker_link.html.slim
locomotivecms-4.0.0.alpha1 app/views/locomotive/shared/_locale_picker_link.html.slim
locomotivecms-3.4.0 app/views/locomotive/shared/_locale_picker_link.html.slim
locomotivecms-3.3.0 app/views/locomotive/shared/_locale_picker_link.html.slim
locomotivecms-3.3.0.rc3 app/views/locomotive/shared/_locale_picker_link.html.slim
locomotivecms-3.3.0.rc2 app/views/locomotive/shared/_locale_picker_link.html.slim
locomotivecms-3.2.1 app/views/locomotive/shared/_locale_picker_link.html.slim
locomotivecms-3.3.0.rc1 app/views/locomotive/shared/_locale_picker_link.html.slim