Revert "Fixing a bug in layout.rb's template directory location"
This reverts commit d495074320
.
This commit is contained in:
parent
d495074320
commit
e5e0d53f18
@ -2,7 +2,7 @@ require 'mustache'
|
||||
require 'pathname'
|
||||
|
||||
class Rocco::Layout < Mustache
|
||||
self.template_path = "#{File.dirname(__FILE__)}/."
|
||||
self.template_path = "#{File.dirname(__FILE__)}/.."
|
||||
|
||||
def initialize(doc, file=nil)
|
||||
@doc = doc
|
||||
|
Loading…
Reference in New Issue
Block a user