mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-26 18:56:10 +01:00
Fixes #622. Applied the patch by rymalia for the bug reported by luis. Thanks guys.
git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@697 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
parent
9ac67bfc96
commit
d79d3e485b
1 changed files with 1 additions and 1 deletions
|
|
@ -87,6 +87,6 @@
|
|||
|
||||
<p>If you enter the following entry to your crontab, you will receive email every day around 5 AM with a list of the upcoming actions which are due within the next 7 days.</p>
|
||||
|
||||
<textarea id="cron" name="cron">0 5 * * * /usr/bin/curl -0 <%= home_url %>/feed/text/<%= current_user.login %>/<%= current_user.token %>?due=6 | /usr/bin/mail -E -s 'Tracks actions due in the next 7 days' youremail@yourdomain.com</textarea>
|
||||
<textarea id="cron" name="cron">0 5 * * * /usr/bin/curl -0 "<%= home_url %>todos.txt?due=6&token=<%= current_user.token %>" | /usr/bin/mail -e -s 'Tracks actions due in the next 7 days' youremail@yourdomain.com</textarea>
|
||||
|
||||
<p>You can of course use other text <%= link_to 'feeds provided by Tracks', feeds_path %> -- why not email a list of next actions in a particular project to a group of colleagues who are working on the project?</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue