Sha256: 2c915f62bc3be4433e1ca6b063f928658857c40a9cc93b9f83dc5562b8b2bc92

Contents?: true

Size: 380 Bytes

Versions: 5

Compression:

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

Version data entries

5 entries across 5 versions & 1 rubygems

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