Fixes #627. Applied the patch with changes. Only the guid is changed, not the link to the context. Thanks Tommi

git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@700 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
lrbalt 2008-01-18 15:51:23 +00:00
parent be2f8c50a4
commit 708ce260ef

View file

@ -524,6 +524,7 @@ class TodosController < ApplicationController
:item => {
:title => :description,
:link => lambda { |t| context_url(t.context) },
:guid => lambda { |t| todo_url(t) },
:description => todo_feed_content
}
end