Sha256: 16d14698c9b9f77a494d533816f41c80eec72287977ddeeaa89e0be81e7d4e40

Contents?: true

Size: 267 Bytes

Versions: 29

Compression:

Stored size: 267 Bytes

Contents

- if render_language_switch?
  .pull-right
    %ul.nav.nav-pills
      - I18n.available_locales.each do |locale|
        %li{ :class => (:active if I18n.locale.to_s == locale.to_s) }
          = link_to locale.to_s.upcase, url_for(:content_locale => locale)
  .clear

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
kuhsaft-1.2.2 app/views/kuhsaft/cms/admin/_content_language_switch.html.haml
kuhsaft-1.2.1 app/views/kuhsaft/cms/admin/_content_language_switch.html.haml
kuhsaft-1.2.0 app/views/kuhsaft/cms/admin/_content_language_switch.html.haml
kuhsaft-1.1.1 app/views/kuhsaft/cms/admin/_content_language_switch.html.haml
kuhsaft-1.1.0 app/views/kuhsaft/cms/admin/_content_language_switch.html.haml
kuhsaft-1.0.3 app/views/kuhsaft/cms/admin/_content_language_switch.html.haml
kuhsaft-1.0.2 app/views/kuhsaft/cms/admin/_content_language_switch.html.haml
kuhsaft-1.0.1 app/views/kuhsaft/cms/admin/_content_language_switch.html.haml
kuhsaft-1.0.0 app/views/kuhsaft/cms/admin/_content_language_switch.html.haml