Sha256: 0331c50ff7a07934eb8a430a9c7389cdc7c97354407dc24e98b07645c5ae924e

Contents?: true

Size: 330 Bytes

Versions: 10

Compression:

Stored size: 330 Bytes

Contents

- content_for :cms_language_tabs do
  - Kuhsaft::Page.translation_locales.each do |locale|
    %li{ :class => (:current if params[:locale] == locale.to_s) }= link_to locale.to_s, new_cms_page_path(:locale => locale)

.box-container    
  = render :partial => 'form', :locals => { :url => cms_pages_path, :page_title => t('.new') }

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
kuhsaft-0.2.legacy4 app/views/kuhsaft/cms/pages/new.html.haml
kuhsaft-0.2.legacy3 app/views/kuhsaft/cms/pages/new.html.haml
kuhsaft-0.2.legacy2 app/views/kuhsaft/cms/pages/new.html.haml
kuhsaft-0.2.legacy app/views/kuhsaft/cms/pages/new.html.haml
kuhsaft-0.2.3 app/views/kuhsaft/cms/pages/new.html.haml
kuhsaft-0.3.1 app/views/kuhsaft/cms/pages/new.html.haml
kuhsaft-0.3.0 app/views/kuhsaft/cms/pages/new.html.haml
kuhsaft-0.2.2 app/views/kuhsaft/cms/pages/new.html.haml
kuhsaft-0.2.1 app/views/kuhsaft/cms/pages/new.html.haml
kuhsaft-0.2 app/views/kuhsaft/cms/pages/new.html.haml