9f8d0d28ac
Upgraded to rails 2.2.2 and replaced complex foodsoft.rb-loader with simple initializers/load_app_config.rb. Multiple foodcoops option is temporarly deactivated.
15 lines
455 B
Text
15 lines
455 B
Text
!!!
|
|
%html
|
|
%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'
|
|
%body
|
|
#login
|
|
- if yield(:title)
|
|
%h1= yield(:title)
|
|
= yield
|
|
#meta
|
|
Foodcoop
|
|
= link_to_if APP_CONFIG[:base_url], APP_CONFIG[:name], APP_CONFIG[:base_url]
|