From 93f5785911158bbeb43da590c062239034aded53 Mon Sep 17 00:00:00 2001 From: Johnson Page Date: Sun, 5 Aug 2012 07:51:09 +1000 Subject: [PATCH] Update path to index view file. Signed-off-by: Johnson Page --- application/views/home/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/home/index.blade.php b/application/views/home/index.blade.php index ec7973d7..d3c9bf17 100644 --- a/application/views/home/index.blade.php +++ b/application/views/home/index.blade.php @@ -29,7 +29,7 @@

And the view sitting before you can be found at:

-
{{ path('app') }}views/home/index.php
+
{{ path('app') }}views/home/index.blade.php

Grow in knowledge.