diff options
Diffstat (limited to 'app/views/welcome/index.rhtml')
-rw-r--r-- | app/views/welcome/index.rhtml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/views/welcome/index.rhtml b/app/views/welcome/index.rhtml index 9c73ab863..b91efec28 100644 --- a/app/views/welcome/index.rhtml +++ b/app/views/welcome/index.rhtml @@ -23,5 +23,6 @@ </div> <% content_for :header_tags do %> -<%= auto_discovery_link_tag(:rss, {:controller => 'feeds' , :action => 'news' }) %> -<% end %>
\ No newline at end of file +<%= 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)}) %> +<% end %> |