[PATCH conductor 2/2] Fix layout for Rails 3.2

ifarkas at redhat.com ifarkas at redhat.com
Wed Jun 6 13:47:13 UTC 2012


From: Imre Farkas <ifarkas at redhat.com>

---
 src/app/views/layouts/application.html.haml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/views/layouts/application.html.haml b/src/app/views/layouts/application.html.haml
index 242b111..2e66958 100644
--- a/src/app/views/layouts/application.html.haml
+++ b/src/app/views/layouts/application.html.haml
@@ -52,4 +52,4 @@
 = content_for :footer do
   %p.copyright!= t('layout.copyright')
 
-= render :file => "/app/views/layouts/converge-ui/shell_layout"
+= render :file => "app/views/layouts/converge-ui/shell_layout"
-- 
1.7.10.2




More information about the aeolus-devel mailing list