Welcome to mirror list, hosted at ThFree Co, Russian Federation.

show.atom.builder « groups « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0f67b15c301e2153b1af81def28a4c891c1b8166 (plain)
1
2
3
4
5
6
7
xml.title   "#{@group.name} activity"
xml.link    href: group_url(@group, rss_url_options), rel: "self", type: "application/atom+xml"
xml.link    href: group_url(@group), rel: "alternate", type: "text/html"
xml.id      group_url(@group)
xml.updated @events[0].updated_at.xmlschema if @events[0]

xml << render(@events) if @events.any?