Fixed bad link in tasks/workgroups. Closes #23
This commit is contained in:
parent
68f8d00930
commit
ce375e1637
2 changed files with 2 additions and 2 deletions
|
|
@ -46,7 +46,7 @@
|
|||
- else
|
||||
Noch keine Wochenaufgaben angelegt.
|
||||
- if @current_user.member_of?(@group) or @current_user.role_admin?
|
||||
= link_to "Wochenaufgaben bearbeiten", :controller => "foodcoop", :action => "edit_group", :id => @group
|
||||
= link_to "Wochenaufgaben bearbeiten", edit_foodcoop_workgroup_path(@group)
|
||||
|
||||
.left_column{:style => "width:75%"}
|
||||
.box_title
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue