mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-03 14:31:47 +01:00
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:
parent
be2f8c50a4
commit
708ce260ef
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue