Made blank parent_id for wikipages possible.
This commit is contained in:
parent
7c192bbad3
commit
de86fcadd3
1 changed files with 1 additions and 1 deletions
|
@ -97,6 +97,6 @@
|
|||
|
|
||||
= link_to "Abbrechen", @page
|
||||
| Oberseite ändern:
|
||||
= collection_select(:page, :parent_id, Page.all, :id, :permalink, {:prompt => "Neue Oberseite?"})
|
||||
= collection_select(:page, :parent_id, Page.all, :id, :permalink, {:prompt => "Neue Oberseite?", :include_blank => true})
|
||||
|
||||
%div(style="clear:right; height:1px")
|
||||
|
|
Loading…
Reference in a new issue