2017-06-12 13:21:13 -04:00
|
|
|
xml.title "#{@project.name}:#{@ref} commits"
|
2017-06-29 13:06:35 -04:00
|
|
|
xml.link href: project_commits_url(@project, @ref, rss_url_options), rel: "self", type: "application/atom+xml"
|
|
|
|
xml.link href: project_commits_url(@project, @ref), rel: "alternate", type: "text/html"
|
|
|
|
xml.id project_commits_url(@project, @ref)
|
2017-06-12 13:21:13 -04:00
|
|
|
xml.updated @commits.first.committed_date.xmlschema if @commits.any?
|
2011-11-11 03:11:27 -05:00
|
|
|
|
2017-06-12 13:21:13 -04:00
|
|
|
xml << render(@commits) if @commits.any?
|