2017-06-12 13:21:13 -04:00
|
|
|
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]
|
2012-10-02 13:42:15 -04:00
|
|
|
|
2017-06-12 13:21:13 -04:00
|
|
|
xml << render(@events) if @events.any?
|