- title t('.title') - content_for :submenu do = render 'admin/shared/menu/contents' - content_for :buttons do = admin_button_tag :show_items, admin_contents_url(@content_type.slug), :class => 'show' = admin_button_tag :new_item, new_admin_content_url(@content_type.slug), :class => 'show' %p= t('.help') = semantic_form_for @content_type, :url => admin_content_type_url(@content_type) do |form| = render 'form', :f => form = render 'admin/shared/form_actions', :back_url => admin_contents_url(@content_type.slug), :button_label => :update