diff options
author | Paul Duncan <pabs@pablotron.org> | 2016-03-08 17:15:00 -0500 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2016-03-08 17:15:00 -0500 |
commit | 0f3de66b4b824394305caff297d5a5f829d79b2e (patch) | |
tree | d1208fdf81051a1f608efa33d8a4674121e461d1 /src/guff/api-docs-html-view.cr | |
parent | d5f49eee6c08bda1dad31bc906f54e44737e843f (diff) | |
download | old-guff-0f3de66b4b824394305caff297d5a5f829d79b2e.tar.bz2 old-guff-0f3de66b4b824394305caff297d5a5f829d79b2e.zip |
add mv views/*ecr views/ecrs/
Diffstat (limited to 'src/guff/api-docs-html-view.cr')
-rw-r--r-- | src/guff/api-docs-html-view.cr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guff/api-docs-html-view.cr b/src/guff/api-docs-html-view.cr index c0db5aa..3ee1e34 100644 --- a/src/guff/api-docs-html-view.cr +++ b/src/guff/api-docs-html-view.cr @@ -68,6 +68,6 @@ module Guff HTML.escape(s || "") end - ECR.def_to_s("./src/guff/views/api-docs.ecr") + ECR.def_to_s("./src/guff/views/ecrs/api-docs.ecr") end end |