Add admin footer.

This commit is contained in:
Tom Preston-Werner
2010-07-10 21:27:54 -07:00
parent d14c16bf61
commit 74e42c47cc
3 changed files with 37 additions and 1 deletions
+1
View File
@@ -80,6 +80,7 @@ module Precious
def show_page_or_file(name)
wiki = Gollum::Wiki.new($path)
if page = wiki.page(name)
@page = page
@name = name
@content = page.formatted_data
mustache :page