ffc3adf907
* When before_filter select_foodcoop is activated, the database and configs will be loaded on each request. * Replaced APP_CONFIG with new Foodsoft.config method.
16 lines
No EOL
518 B
Text
16 lines
No EOL
518 B
Text
Liebe(r) <%= @user.name %>,
|
|
|
|
Du bist für "<%= @task.name -%>" eingetragen. Die Aufgabe ist morgen (<%= @task.due_date.strftime("%d. %b") -%>) fällig!
|
|
|
|
<% if @user.next_tasks.size > 1 -%>
|
|
Aufgaben für die nächste Woche:
|
|
<% for next_task in @user.next_tasks -%>
|
|
<% unless next_task == @task -%>
|
|
* <%= next_task.due_date.strftime("%d.%m.") -%> <%= next_task.name %>
|
|
<% end -%>
|
|
<% end -%>
|
|
<% end -%>
|
|
|
|
Meine Aufgaben: <%= Foodsoft.config[:base_url] %>/home/tasks
|
|
|
|
Viele Grüße von <%= Foodsoft.config[:name] %> |