mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-19 21:58:09 +01:00
fix #1310. Add test for this
Found that I had a lot of tests commented out. They have some regressions I will fix later
This commit is contained in:
parent
5a24644aad
commit
7c1cd2a144
6 changed files with 696 additions and 694 deletions
|
|
@ -12,7 +12,7 @@ xml.rss :version => "2.0" do
|
|||
xml.title h(todo.description)
|
||||
xml.description feed_content_for_todo(todo)
|
||||
xml.pubDate todo.created_at.to_s(:rfc822)
|
||||
xml.link todo.project ? project_url(todo.project) : context_url(todo.context)
|
||||
xml.link (todo.project && !todo.project.is_a?(NullProject)) ? project_url(todo.project) : context_url(todo.context)
|
||||
xml.guid todo_url(todo)
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue