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
|
@ -34,7 +34,7 @@
|
||||||
%tr
|
%tr
|
||||||
%td
|
%td
|
||||||
= @form.label :task_description, "Beschreibung:"
|
= @form.label :task_description, "Beschreibung:"
|
||||||
%td= @form.text_area :task_description
|
%td= @form.text_area :task_description, :size => "30x10"
|
||||||
|
|
||||||
%script{ 'type' => "text/javascript"}
|
%script{ 'type' => "text/javascript"}
|
||||||
:plain
|
:plain
|
||||||
|
|
|
@ -46,7 +46,7 @@
|
||||||
- else
|
- else
|
||||||
Noch keine Wochenaufgaben angelegt.
|
Noch keine Wochenaufgaben angelegt.
|
||||||
- if @current_user.member_of?(@group) or @current_user.role_admin?
|
- 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%"}
|
.left_column{:style => "width:75%"}
|
||||||
.box_title
|
.box_title
|
||||||
|
|
Loading…
Reference in a new issue