Sha256: 5f000bff513ae74ee959c02b542277177fa039cb3cbb93f4b0593c89b811015d

Contents?: true

Size: 533 Bytes

Versions: 12

Compression:

Stored size: 533 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)

.page-tree-breadcrumb
  - available_parent_pages.each do |parent_page|
    = link_to((parent_page[:title].presence || parent_page.title), parent_page[:link].presence || edit_cms_page_path(parent_page))

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

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
kuhsaft-0.3.4.legacy3 app/views/kuhsaft/cms/pages/new.html.haml
kuhsaft-0.3.4.legacy2 app/views/kuhsaft/cms/pages/new.html.haml
kuhsaft-0.3.4.legacy app/views/kuhsaft/cms/pages/new.html.haml
kuhsaft-0.3.6 app/views/kuhsaft/cms/pages/new.html.haml
kuhsaft-0.3.5 app/views/kuhsaft/cms/pages/new.html.haml
kuhsaft-0.3.4 app/views/kuhsaft/cms/pages/new.html.haml
kuhsaft-0.3.4.rc2 app/views/kuhsaft/cms/pages/new.html.haml
kuhsaft-0.3.4.rc1 app/views/kuhsaft/cms/pages/new.html.haml
kuhsaft-0.3.3 app/views/kuhsaft/cms/pages/new.html.haml
kuhsaft-0.3.2 app/views/kuhsaft/cms/pages/new.html.haml
kuhsaft-0.2.5 app/views/kuhsaft/cms/pages/new.html.haml
kuhsaft-0.2.4 app/views/kuhsaft/cms/pages/new.html.haml