Sha256: 734148a1af36199e3cdde18fabb2e76a33b3c7338d1b8ba6ff78ab36a6edd58e
Contents?: true
Size: 538 Bytes
Versions: 22
Compression:
Stored size: 538 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, edit_cms_page_path(:locale => locale) .page-tree-breadcrumb = link_to(t('.pages'), cms_pages_path) - @page.parent_pages.each do |parent_page| = link_to(parent_page.title, edit_cms_page_path(parent_page)) .box-container = render :partial => 'form', :locals => { :url => cms_page_path(@page), :page_title => t('.edit_html', :title => @page.title ) }
Version data entries
22 entries across 22 versions & 1 rubygems