Fixed wrong my-tasks-path on home page.
This commit is contained in:
parent
d6ee00db17
commit
fc823bb6d6
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
Foodcoop
|
||||
%ul
|
||||
%li= link_to "Mitglieder", foodcoop_users_path
|
||||
%li= link_to "Meine Aufgaben", :controller => "home", :action => "tasks"
|
||||
%li= link_to "Meine Aufgaben", user_tasks_path
|
||||
%li= link_to "Nachricht schreiben", :controller => "messages", :action => "new"
|
||||
|
||||
// Orders
|
||||
|
|
Loading…
Reference in a new issue