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
|
||||
%td
|
||||
= @form.label :task_description, "Beschreibung:"
|
||||
%td= @form.text_area :task_description
|
||||
%td= @form.text_area :task_description, :size => "30x10"
|
||||
|
||||
%script{ 'type' => "text/javascript"}
|
||||
:plain
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue