Add a 'New Page' button to the /pages browser that allows users to create a new page within a subdirectory.

This commit is contained in:
Darren Oakley
2012-06-22 11:41:42 +01:00
parent 8fd11e8fdb
commit 6e35a09abd
8 changed files with 54 additions and 16 deletions
+1
View File
@@ -299,6 +299,7 @@ module Precious
file.raw_data
else
@name = name
@path = path
mustache :create
end
end