aboutsummaryrefslogtreecommitdiff
path: root/src/guff/page-html-view.cr
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2016-03-08 17:15:00 -0500
committerPaul Duncan <pabs@pablotron.org>2016-03-08 17:15:00 -0500
commit0f3de66b4b824394305caff297d5a5f829d79b2e (patch)
treed1208fdf81051a1f608efa33d8a4674121e461d1 /src/guff/page-html-view.cr
parentd5f49eee6c08bda1dad31bc906f54e44737e843f (diff)
downloadold-guff-0f3de66b4b824394305caff297d5a5f829d79b2e.tar.bz2
old-guff-0f3de66b4b824394305caff297d5a5f829d79b2e.zip
add mv views/*ecr views/ecrs/
Diffstat (limited to 'src/guff/page-html-view.cr')
-rw-r--r--src/guff/page-html-view.cr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guff/page-html-view.cr b/src/guff/page-html-view.cr
index 42ea454..c300070 100644
--- a/src/guff/page-html-view.cr
+++ b/src/guff/page-html-view.cr
@@ -61,6 +61,6 @@ module Guff
"text/html; charset=%s" % [@charset]
end
- ECR.def_to_s("./src/guff/views/page.ecr")
+ ECR.def_to_s("./src/guff/views/ecrs/page.ecr")
end
end