Fix the autodiscovery RSS link in the standard layout to be a working RSS feed of all next actions

git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@573 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
lukemelia 2007-07-25 02:19:59 +00:00
parent 93e51d872d
commit 6be1994d8c

View file

@ -17,7 +17,7 @@
<%= javascript_include_tag "protoload" %>
<link rel="shortcut icon" href="<%= url_for(:controller => 'favicon.ico') %>" />
<%= auto_discovery_link_tag(:rss,{:controller => "feed", :action => "na_feed", :name => "#{@user.login}", :token => "#{@user.token}"}, {:title => "RSS feed of next actions"}) %>
<%= auto_discovery_link_tag(:rss,{:controller => "todos", :action => "index", :format => 'rss', :token => "#{@user.token}"}, {:title => "RSS feed of next actions"}) %>
<script type="text/javascript">
window.onload=function(){