diff options
author | blackst0ne <blackst0ne.ru@gmail.com> | 2017-03-12 09:05:01 +1100 |
---|---|---|
committer | blackst0ne <blackst0ne.ru@gmail.com> | 2017-03-12 09:05:01 +1100 |
commit | 7f33eb39e9b0586f978bdcb171f9980b17e1423d (patch) | |
tree | c25dd6d64575e76a604183afe9475f90ccbec484 /app/views/issues | |
parent | 9ed3db915026c6e0cd266a1c276386e3e96d2151 (diff) | |
download | gitlab-ce-7f33eb39e9b0586f978bdcb171f9980b17e1423d.tar.gz |
Fix xml.updated field in rss/atom feeds
Diffstat (limited to 'app/views/issues')
-rw-r--r-- | app/views/issues/_issue.atom.builder | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issues/_issue.atom.builder b/app/views/issues/_issue.atom.builder index 96831874144..fcd30c8c765 100644 --- a/app/views/issues/_issue.atom.builder +++ b/app/views/issues/_issue.atom.builder @@ -2,7 +2,7 @@ xml.entry do xml.id namespace_project_issue_url(issue.project.namespace, issue.project, issue) xml.link href: namespace_project_issue_url(issue.project.namespace, issue.project, issue) xml.title truncate(issue.title, length: 80) - xml.updated issue.created_at.xmlschema + xml.updated issue.updated_at.xmlschema xml.media :thumbnail, width: "40", height: "40", url: image_url(avatar_icon(issue.author_email)) xml.author do |