Made blank parent_id for wikipages possible.

This commit is contained in:
Benjamin Meichsner 2009-09-28 15:41:00 +02:00
parent 7c192bbad3
commit de86fcadd3
1 changed files with 1 additions and 1 deletions

View File

@ -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")