Improved noscript warning on login page.

Also add 'foodsoft' to title. closes #48
This commit is contained in:
Benjamin Meichsner 2009-10-17 18:42:07 +02:00
parent 1f218f77a0
commit 0b6b5eb0b5
2 changed files with 19 additions and 9 deletions

View file

@ -4,7 +4,8 @@
%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'
= javascript_include_tag 'prototype'
= yield(:head)
%body
#login
- if yield(:title)