Fix mailer/not_enough_users_assigned view
This commit is contained in:
parent
ba052efe5e
commit
7bb5e74e0c
1 changed files with 1 additions and 1 deletions
|
@ -1 +1 @@
|
|||
= 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
|
||||
= 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…
Reference in a new issue