add changes
This commit is contained in:
@@ -32,9 +32,6 @@
|
||||
.field
|
||||
= f.label :parent_id
|
||||
= f.select :parent_id, tree_options_for_select(Page.full_tree(@page.locale), exclude: @page.id, selected: @page.parent_id), include_blank: ' -- '
|
||||
.field
|
||||
= f.label :default
|
||||
= f.check_box :default
|
||||
.field
|
||||
= f.label :position
|
||||
= f.select :position, (0..20).to_a
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
<%= render template: 'pages/show' %>
|
||||
@@ -0,0 +1 @@
|
||||
= render template: 'pages/show'
|
||||
@@ -0,0 +1 @@
|
||||
=raw @page.body
|
||||
Reference in New Issue
Block a user