Sha256: f07d8cd0dfdf589eb43f79fcd3e0f6b1e4fe5e112f311f257a79f57a2578c17b

Contents?: true

Size: 601 Bytes

Versions: 6

Compression:

Stored size: 601 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 => '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
  
= render 'admin/custom_fields/edit_field'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
locomotive_cms-0.0.2.5 app/views/admin/content_types/edit.html.haml
locomotive_cms-0.0.2.4 app/views/admin/content_types/edit.html.haml
locomotive_cms-0.0.2.3 app/views/admin/content_types/edit.html.haml
locomotive_cms-0.0.2.2 app/views/admin/content_types/edit.html.haml
locomotive_cms-0.0.2.1 app/views/admin/content_types/edit.html.haml
locomotive_cms-0.0.2 app/views/admin/content_types/edit.html.haml