Sha256: 3f9ce6ae0746dd4b66440646c6d690ef0f0ee54807b7c230b4495fb2d84931d3

Contents?: true

Size: 405 Bytes

Versions: 16

Compression:

Stored size: 405 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, cms_pages_path(:locale => locale)

- content_for :admin_toolbar do
  = link_to t('.create'), new_cms_page_path, :class => 'small-button'
%ul.pages-root.sortable
  = render :partial => 'branch', :locals => { :pages => @pages }

Version data entries

16 entries across 16 versions & 1 rubygems

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