Polish up page titles.

This commit is contained in:
Tom Preston-Werner
2010-08-05 18:00:55 -06:00
parent af4c2f8002
commit 10d2f53d40
10 changed files with 10 additions and 22 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ module Precious
attr_reader :page, :content
def title
"Edit"
"Editing #{@page.title}"
end
end
end