show.atom.builder 501 Bytes
Newer Older
1 2 3 4 5
xml.title   "#{@project.name}:#{@ref} commits"
xml.link    href: namespace_project_commits_url(@project.namespace, @project, @ref, rss_url_options), rel: "self", type: "application/atom+xml"
xml.link    href: namespace_project_commits_url(@project.namespace, @project, @ref), rel: "alternate", type: "text/html"
xml.id      namespace_project_commits_url(@project.namespace, @project, @ref)
xml.updated @commits.first.committed_date.xmlschema if @commits.any?
Nihad Abbasov's avatar
Nihad Abbasov committed
6

7
xml << render(@commits) if @commits.any?