2017-09-10 17:25:29 +05:30
|
|
|
xml.title "Activity"
|
|
|
|
xml.link href: dashboard_projects_url(rss_url_options), rel: "self", type: "application/atom+xml"
|
|
|
|
xml.link href: dashboard_projects_url, rel: "alternate", type: "text/html"
|
|
|
|
xml.id dashboard_projects_url
|
|
|
|
xml.updated @events[0].updated_at.xmlschema if @events[0]
|
2014-09-02 18:07:02 +05:30
|
|
|
|
2017-09-10 17:25:29 +05:30
|
|
|
xml << render(partial: 'events/event', collection: @events) if @events.any?
|