mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-27 03:06:11 +01:00
empty non-saved project caused rss builder to fail
This commit is contained in:
parent
54b106d96b
commit
80974fb0d5
3 changed files with 4 additions and 4 deletions
|
|
@ -11,7 +11,7 @@ xml.rss :version => "2.0" do
|
|||
xml.item do
|
||||
xml.title h(project.name)
|
||||
xml.description project_summary(project)
|
||||
xml.pubDate project.created_at.to_s(:rfc822)
|
||||
xml.pubDate project.created_at.rfc822
|
||||
xml.link project_url(project)
|
||||
xml.guid project_url(project)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue