2008-04-19 19:15:07 +00:00
|
|
|
<ul>
|
2008-05-28 10:13:07 +00:00
|
|
|
<li><%= rss_formatted_link({ :controller => 'todos', :action => 'index', :limit => 15 }) -%>
|
|
|
|
|
<%= text_formatted_link({ :controller => 'todos', :action => 'index', :limit => 15 }) -%>
|
|
|
|
|
<%= ical_formatted_link({ :controller => 'todos', :action => 'index', :limit => 15 }) -%>
|
|
|
|
|
Last 15 actions</li>
|
|
|
|
|
<li><%= rss_formatted_link( { :controller => 'todos', :action => 'index' } ) -%>
|
|
|
|
|
<%= text_formatted_link( { :controller => 'todos', :action => 'index' } ) -%>
|
|
|
|
|
<%= ical_formatted_link( { :controller => 'todos', :action => 'index' } ) -%>
|
|
|
|
|
All actions</li>
|
|
|
|
|
<li><%= rss_formatted_link({ :controller => 'todos', :action => 'index', :due => 0 }) -%>
|
|
|
|
|
<%= text_formatted_link({ :controller => 'todos', :action => 'index', :due => 0 }) -%>
|
|
|
|
|
<%= ical_formatted_link({ :controller => 'todos', :action => 'index', :due => 0 }) -%>
|
|
|
|
|
Actions due today or earlier</li>
|
|
|
|
|
<li><%= rss_formatted_link({ :controller => 'todos', :action => 'index', :due => 6 }) -%>
|
|
|
|
|
<%= text_formatted_link({ :controller => 'todos', :action => 'index', :due => 6 }) -%>
|
|
|
|
|
<%= ical_formatted_link({ :controller => 'todos', :action => 'index', :due => 6 }) -%>
|
|
|
|
|
Actions due in 7 days or earlier</li>
|
|
|
|
|
<li><%= rss_formatted_link({ :controller => 'todos', :action => 'index', :done => 7 }) -%>
|
|
|
|
|
<%= text_formatted_link({ :controller => 'todos', :action => 'index', :done => 7 }) -%>
|
|
|
|
|
Actions completed in the last 7 days</li>
|
|
|
|
|
<li><%= rss_formatted_link({:controller => 'contexts', :action => 'index'}) -%>
|
|
|
|
|
<%= text_formatted_link({:controller => 'contexts', :action => 'index'}) -%>
|
|
|
|
|
All Contexts</li>
|
|
|
|
|
<li><%= rss_formatted_link({:controller => 'projects', :action => 'index'}) -%>
|
|
|
|
|
<%= text_formatted_link({:controller => 'projects', :action => 'index'}) -%>
|
|
|
|
|
All Projects</li>
|
|
|
|
|
<li><%= rss_formatted_link({:controller => 'projects', :action => 'index', :only_active_with_no_next_actions => true}) %>
|
|
|
|
|
<%= text_formatted_link({:controller => 'projects', :action => 'index', :only_active_with_no_next_actions => true}) %>
|
|
|
|
|
Active projects with no next actions</li>
|
|
|
|
|
<li><%= text_formatted_link({:controller => 'projects', :action => 'index', :projects_and_actions => true}) %>
|
|
|
|
|
Active projects with their actions
|
|
|
|
|
</li></ul>
|