Improved noscript warning on login page.
Also add 'foodsoft' to title. closes #48
This commit is contained in:
parent
1f218f77a0
commit
0b6b5eb0b5
2 changed files with 19 additions and 9 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue