Fixed missing js for login layout.

This commit is contained in:
benni 2011-05-11 15:24:34 +02:00
parent 2a72263bd3
commit 2eb714b603
2 changed files with 9 additions and 11 deletions

View file

@ -4,7 +4,7 @@
%meta{"http-equiv" => "content-type", :content => "text/html;charset=UTF-8"}
%title= "FoodSoft - " + (yield(:title) or controller.controller_name)
= stylesheet_link_tag 'main', 'rails_messages', 'nav', :cache => "all_cached"
= javascript_include_tag 'prototype', 'effects', 'controls', 'application', 'ordering', :cache => "all_cached"
= javascript_include_tag 'jquery.min'
= yield(:head)
%body
#login