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

17 lines
457 B
Plaintext

- title t('.title')
- content_for :submenu do
= render 'admin/shared/menu/contents'
- content_for :actions do
= render 'admin/shared/actions/contents'
%p!= t('.help')
= semantic_form_for @content_type, :url => locomotive_content_types_url do |f|
= render 'form', :f => f
= render 'admin/shared/form_actions', :back_url => locomotive_pages_url, :button_label => :create
= render 'admin/custom_fields/edit_field', :content_type => @content_type