15 lines
388 B
Plaintext
15 lines
388 B
Plaintext
- title t('.title')
|
|
|
|
- content_for :head do
|
|
= javascript_include_tag 'admin/plugins/codemirror/codemirror'
|
|
|
|
- content_for :submenu do
|
|
= render 'admin/shared/menu/settings'
|
|
|
|
%p= t('.help')
|
|
|
|
= semantic_form_for @layout, :url => admin_layouts_url do |form|
|
|
|
|
= render 'form', :f => form
|
|
|
|
= render 'admin/shared/form_actions', :back_url => admin_layouts_url, :button_label => :create |