From a6646d06a695dccb0509ff067552eec84ce67f88 Mon Sep 17 00:00:00 2001 From: Benjamin Meichsner Date: Tue, 9 Feb 2010 21:40:02 +0100 Subject: [PATCH] Fixed bug during css caching. --- app/views/layouts/login.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/layouts/login.haml b/app/views/layouts/login.haml index 59453116..1e1d771a 100644 --- a/app/views/layouts/login.haml +++ b/app/views/layouts/login.haml @@ -3,8 +3,8 @@ %head %meta{"http-equiv" => "content-type", :content => "text/html;charset=UTF-8"} %title= "FoodSoft - " + (yield(:title) or controller.controller_name) - = stylesheet_link_tag 'foodsoft' - = javascript_include_tag 'prototype' + = stylesheet_link_tag 'main', 'rails_messages', 'nav', :cache => "all_cached" + = javascript_include_tag 'prototype', 'effects', 'controls', 'application', 'ordering', :cache => "all_cached" = yield(:head) %body #login