Sha256: 2281b8f55061f7c7c93c0a6ef7e1f1d42027b022f1dddf7874821ecbe33ca299

Contents?: true

Size: 556 Bytes

Versions: 5

Compression:

Stored size: 556 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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
locomotive_cms-0.0.1.4 app/views/admin/content_types/edit.html.haml
locomotive_cms-0.0.1.3 app/views/admin/content_types/edit.html.haml
locomotive_cms-0.0.1.2 app/views/admin/content_types/edit.html.haml
locomotive_cms-0.0.1.1 app/views/admin/content_types/edit.html.haml
locomotive_cms-0.0.1 app/views/admin/content_types/edit.html.haml