Skip to content

Commit

Permalink
Enable task removal
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbyron committed Mar 21, 2012
1 parent 830fdec commit 688cb30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/tasks/_list.html.haml
Expand Up @@ -5,4 +5,4 @@
%li
= "#{task.description}"
\-
= # link_to "Remove", task_path(task), :method => :delete
= link_to "Remove", course_task_path(@course, task), :method => :delete

1 comment on commit 688cb30

@jordanbyron
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@wicz & @geihsler not sure if you had problems enabling this, but I want ahead and fixed it for you.

Please sign in to comment.