From fecc687f81ced55610afffb8337dd9bdbf2b3aa7 Mon Sep 17 00:00:00 2001 From: mark_story Date: Tue, 17 Jun 2014 23:20:49 -0400 Subject: [PATCH] Cleanup missing view/layout errors. Fix formatting issues and make path listings correct. --- lib/Cake/View/Errors/missing_layout.ctp | 9 +++------ lib/Cake/View/Errors/missing_view.ctp | 11 +++-------- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/lib/Cake/View/Errors/missing_layout.ctp b/lib/Cake/View/Errors/missing_layout.ctp index ab4efa18181..700cf50afb0 100644 --- a/lib/Cake/View/Errors/missing_layout.ctp +++ b/lib/Cake/View/Errors/missing_layout.ctp @@ -21,19 +21,16 @@ : ' . h($file) . ''); ?>

-

- : - ' . h($file) . ''); ?> -

- You should create "" in one of he following paths: + + in one of the following paths:

diff --git a/lib/Cake/View/Errors/missing_view.ctp b/lib/Cake/View/Errors/missing_view.ctp index af5b51482c9..023c595ffa0 100644 --- a/lib/Cake/View/Errors/missing_view.ctp +++ b/lib/Cake/View/Errors/missing_view.ctp @@ -1,7 +1,5 @@ : ' . h(Inflector::camelize($this->request->controller)) . 'Controller::', '' . h($this->request->action) . '()'); ?>

-

- : - -

- You should create "" in one of he following paths: + + in one of the following paths: