summaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-11-21 18:45:18 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-11-21 18:45:18 +0000
commit5e6fa147da47a4b1e17b0d39567b8ab7641b1a8c (patch)
treead53a12d428e789ac73c0c5a060c7091fce34fd3 /app/views
parent8d91afc33e3b5e7ef491fb30fb5ccbda35a1d02d (diff)
downloadredmine-5e6fa147da47a4b1e17b0d39567b8ab7641b1a8c.tar.gz
redmine-5e6fa147da47a4b1e17b0d39567b8ab7641b1a8c.zip
* Fixed: Error when displaying the issue list if a float custom field is marked as 'used as filter'
* Fixed: Mercurial adapter breaks on missing :files entry in changeset hash (James Britt) * Fixed: Wrong feed URLs on the home page git-svn-id: http://redmine.rubyforge.org/svn/trunk@921 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r--app/views/welcome/index.rhtml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/welcome/index.rhtml b/app/views/welcome/index.rhtml
index af09eea93..d1e871c4a 100644
--- a/app/views/welcome/index.rhtml
+++ b/app/views/welcome/index.rhtml
@@ -26,6 +26,5 @@
</div>
<% content_for :header_tags do %>
-<%= auto_discovery_link_tag(:rss, {:controller => 'feeds', :action => 'news', :key => @key}, {:title => l(:label_news_latest)}) %>
-<%= auto_discovery_link_tag(:atom, {:controller => 'feeds', :action => 'news', :key => @key, :format => 'atom'}, {:title => l(:label_news_latest)}) %>
+<%= auto_discovery_link_tag(:atom, {:controller => 'news', :action => 'index', :key => User.current.rss_key, :format => 'atom'}, {:title => l(:label_news_latest)}) %>
<% end %>