engine/app/views/locomotive/content_types/new.html.haml

17 lines
455 B
Plaintext
Raw Normal View History

- title t('.title')
- content_for :submenu do
= render 'locomotive/shared/menu/contents'
- content_for :actions do
= render 'locomotive/shared/actions/contents'
2010-07-21 23:56:42 +00:00
%p!= t('.help')
= semantic_form_for @content_type, :url => content_types_url do |f|
= render 'form', :f => f
2010-07-21 23:56:42 +00:00
= render 'locomotive/shared/form_actions', :back_url => pages_url, :button_label => :create
= render 'locomotive/custom_fields/edit_field', :content_type => @content_type