Fixed admin, orders, wiki views. Converted all erb to haml.
This commit is contained in:
parent
699fb9b233
commit
552c553b77
169 changed files with 1158 additions and 1307 deletions
10
app/views/mailer/not_enough_users_assigned.text.haml
Normal file
10
app/views/mailer/not_enough_users_assigned.text.haml
Normal file
|
|
@ -0,0 +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)}
|
||||
|
||||
\--
|
||||
Deine Aufgaben: #{user_tasks_url}
|
||||
Loading…
Add table
Add a link
Reference in a new issue