Fix #386. File view defines its own layout.

This commit is contained in:
bootstraponline
2012-06-18 10:53:06 -06:00
parent e6d568fd49
commit 0f451d6833
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -230,7 +230,7 @@ module Precious
wiki = Gollum::Wiki.new(settings.gollum_path, settings.wiki_options)
@results = Gollum::FileView.new(wiki.pages).render_files
@ref = wiki.ref
mustache :file_view
mustache :file_view, { :layout => false }
end
get '/*' do