remove html escaping from all text mails
This commit is contained in:
parent
8913ad615c
commit
0b08d461fa
6 changed files with 12 additions and 12 deletions
|
|
@ -1 +1 @@
|
|||
= t '.text', user: @user.first_name, task: @task.name, when: I18n.l(@task.due_date, format: t('mailer.dateformat')), workgroup_tasks_url: workgroup_tasks_url(workgroup_id: task.workgroup_id), user_tasks_url: user_tasks_url
|
||||
= raw t '.text', user: @user.first_name, task: @task.name, when: I18n.l(@task.due_date, format: t('mailer.dateformat')), workgroup_tasks_url: workgroup_tasks_url(workgroup_id: task.workgroup_id), user_tasks_url: user_tasks_url
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue