Fixed bug during css caching.
This commit is contained in:
parent
48ee593d8d
commit
a6646d06a6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue