summaryrefslogtreecommitdiffstats
path: root/app/views/feeds/history.rxml
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-08-16 11:01:00 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-08-16 11:01:00 +0000
commit1f991c6a792a76de50d6b373510544e6469751b3 (patch)
tree66ecca85311bffff7e00724ac0e996795438f60c /app/views/feeds/history.rxml
parent2f0edb0b61aa6f52d9bf1cb9b16e8561d132e46a (diff)
downloadredmine-1f991c6a792a76de50d6b373510544e6469751b3.tar.gz
redmine-1f991c6a792a76de50d6b373510544e6469751b3.zip
Added feeds auto discovery links on projects/show (patch by Nicolas Chuche).
Also fixed 'issue changes details' feed title. git-svn-id: http://redmine.rubyforge.org/svn/trunk@647 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/feeds/history.rxml')
-rw-r--r--app/views/feeds/history.rxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/feeds/history.rxml b/app/views/feeds/history.rxml
index b7e5a3509..9894412cc 100644
--- a/app/views/feeds/history.rxml
+++ b/app/views/feeds/history.rxml
@@ -4,7 +4,7 @@ xml.rss "version" => "2.0", "xmlns:dc" => "http://purl.org/dc/elements/1.1/" do
xml.title @title
xml.link url_for(:controller => 'welcome', :only_path => false)
xml.pubDate CGI.rfc1123_date(@journals.first ? @journals.first.created_on : Time.now)
- xml.description l(:label_reported_issues)
+ xml.description l(:label_changes_details)
@journals.each do |journal|
issue = journal.issue
xml.item do