- 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 ) }