Fixed bug during css caching.

This commit is contained in:
Benjamin Meichsner 2010-02-09 21:40:02 +01:00
parent 48ee593d8d
commit a6646d06a6
1 changed files with 2 additions and 2 deletions

View File

@ -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