Sha256: c3332049af22544f71f2dd333f3e074a8602eeb5dd91553280c4612555cc4e8c

Contents?: true

Size: 399 Bytes

Versions: 6

Compression:

Stored size: 399 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 => 'button'
%ul.pages-root.sortable
  = render :partial => 'branch', :locals => { :pages => @pages }

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
kuhsaft-0.2.legacy4 app/views/kuhsaft/cms/pages/index.html.haml
kuhsaft-0.2.legacy3 app/views/kuhsaft/cms/pages/index.html.haml
kuhsaft-0.2.legacy2 app/views/kuhsaft/cms/pages/index.html.haml
kuhsaft-0.2.legacy app/views/kuhsaft/cms/pages/index.html.haml
kuhsaft-0.2.1 app/views/kuhsaft/cms/pages/index.html.haml
kuhsaft-0.2 app/views/kuhsaft/cms/pages/index.html.haml