mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-07 17:58:50 +01:00
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:
parent
93e51d872d
commit
6be1994d8c
1 changed files with 1 additions and 1 deletions
|
|
@ -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(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue