Sha256: d0ac9879c713b06f42ce1a5a1ec228907ecf0dc017476c6da09a9caafdc15999

Contents?: true

Size: 421 Bytes

Versions: 6

Compression:

Stored size: 421 Bytes

Contents

- title t('.title')

- content_for :head do
  = javascript_include_tag 'admin/content_types.js'

- content_for :submenu do
  = render 'admin/shared/menu/contents'

%p!= t('.help')

= semantic_form_for @content_type, :url => admin_content_types_url do |f|

  = render 'form', :f => f

  = render 'admin/shared/form_actions', :back_url => admin_pages_url, :button_label => :create

= render 'admin/custom_fields/edit_field'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
locomotive_cms-0.0.4.beta5 app/views/admin/content_types/new.html.haml
locomotive_cms-0.0.4.beta4 app/views/admin/content_types/new.html.haml
locomotive_cms-0.0.4.beta3 app/views/admin/content_types/new.html.haml
locomotive_cms-0.0.4.beta2 app/views/admin/content_types/new.html.haml
locomotive_cms-0.0.4.beta1 app/views/admin/content_types/new.html.haml
locomotive_cms-0.0.4 app/views/admin/content_types/new.html.haml