Fix mailer/not_enough_users_assigned view

This commit is contained in:
Patrick Gansterer 2017-09-30 12:07:47 +02:00
parent ba052efe5e
commit 7bb5e74e0c
1 changed files with 1 additions and 1 deletions

View File

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