15 lines
367 B
Plaintext
15 lines
367 B
Plaintext
- title t('.title')
|
|
|
|
- content_for :submenu do
|
|
= render 'locomotive/shared/menu/contents'
|
|
|
|
- content_for :actions do
|
|
= render 'locomotive/shared/actions/contents'
|
|
|
|
%p!= t('.help')
|
|
|
|
= semantic_form_for @page, :url => pages_url do |form|
|
|
|
|
= render 'form', :f => form
|
|
|
|
= render 'locomotive/shared/form_actions', :back_url => pages_url, :button_label => :create |