remove html escaping from all text mails

This commit is contained in:
wvengen 2014-09-01 11:08:32 +02:00
parent 8913ad615c
commit 0b08d461fa
6 changed files with 12 additions and 12 deletions

View file

@ -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