Fixed missing line breaks in haml email templates.
This commit is contained in:
parent
349cadd5e9
commit
f6ff422405
9 changed files with 34 additions and 33 deletions
|
|
@ -1,10 +1,10 @@
|
|||
Liebe(r) #{@user.first_name},
|
||||
|
||||
\
|
||||
Der Job '#{@task.name}' Deiner Arbeitsgruppe ist am #{I18n.l @task.due_date, format: "%d. %b"} fällig
|
||||
und es fehlen noch Mitstreiterinnen!
|
||||
|
||||
\
|
||||
Sofern Du Dich noch nicht für diese Aufgabe eingetragen hast ist das jetzt die Chance:
|
||||
\#{workgroup_tasks_url(workgroup_id: task.workgroup_id)}
|
||||
|
||||
\--
|
||||
\
|
||||
= workgroup_tasks_url(workgroup_id: task.workgroup_id)
|
||||
\
|
||||
Deine Aufgaben: #{user_tasks_url}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue