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

Version Path
locomotive_cms-1.0.0.beta.2 app/views/admin/content_types/edit.html.haml
locomotive_cms-1.0.0.beta app/views/admin/content_types/edit.html.haml
locomotive_cms-0.0.4.beta12 app/views/admin/content_types/edit.html.haml
locomotive_cms-0.0.4.beta11 app/views/admin/content_types/edit.html.haml
locomotive_cms-0.0.4.beta10 app/views/admin/content_types/edit.html.haml
locomotive_cms-0.0.4.beta9 app/views/admin/content_types/edit.html.haml
locomotive_cms-0.0.4.beta8 app/views/admin/content_types/edit.html.haml
locomotive_cms-0.0.4.beta7 app/views/admin/content_types/edit.html.haml
locomotive_cms-0.0.4.beta5 app/views/admin/content_types/edit.html.haml
locomotive_cms-0.0.4.beta4 app/views/admin/content_types/edit.html.haml
locomotive_cms-0.0.4.beta3 app/views/admin/content_types/edit.html.haml
locomotive_cms-0.0.4.beta2 app/views/admin/content_types/edit.html.haml
locomotive_cms-0.0.4.beta1 app/views/admin/content_types/edit.html.haml
locomotive_cms-0.0.4 app/views/admin/content_types/edit.html.haml