ffc3adf907
* When before_filter select_foodcoop is activated, the database and configs will be loaded on each request. * Replaced APP_CONFIG with new Foodsoft.config method.
8 lines
No EOL
472 B
Text
8 lines
No EOL
472 B
Text
%ul
|
|
%li
|
|
= image_tag 'b_user.png' , :size => '7x10', :border => 0, :alt => _("User")
|
|
= link_to h(@current_user.nick), my_profile_path, { :title => _("User Settings") }
|
|
- if Foodsoft.config[:homepage]
|
|
%li= link_to Foodsoft.config[:name], Foodsoft.config[:homepage], { :title => _("Go to your FoodCoop-Hompage") }
|
|
%li= link_to _("Hilfe"), 'http://dev.foodcoops.net/wiki/FoodsoftDoku'
|
|
%li= link_to _("Logout"), :controller => '/login', :action => 'logout' |