Sha256: 6395b15c3fc2084c2a4359eb64bb4ca0359c6398d13cab0eb6df80cd1cb8557f
Contents?: true
Size: 591 Bytes
Versions: 14
Compression:
Stored size: 591 Bytes
Contents
- 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 => 'new' %p!= t('.help') = semantic_form_for @content_type, :url => admin_content_type_url(@content_type) do |f| = render 'form', :f => f = render 'admin/shared/form_actions', :back_url => admin_contents_url(@content_type.slug), :button_label => :update = render 'admin/custom_fields/edit_field'
Version data entries
14 entries across 14 versions & 1 rubygems