Fixed missing line breaks in haml email templates.
This commit is contained in:
parent
349cadd5e9
commit
f6ff422405
9 changed files with 34 additions and 33 deletions
|
@ -1,4 +1,5 @@
|
||||||
= yield
|
= yield
|
||||||
|
\
|
||||||
\--
|
\--
|
||||||
FoodSoft: #{root_url}
|
FoodSoft: #{root_url}
|
||||||
Foodcoop-Homepage: #{FoodsoftConfig[:homepage]}
|
Foodcoop-Homepage: #{FoodsoftConfig[:homepage]}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
= @user.nick
|
= @user.nick
|
||||||
schrieb am #{I18n.l Time.now, :format => :short}:
|
schrieb am #{I18n.l Time.now, :format => :short}:
|
||||||
|
\
|
||||||
= @feedback
|
= @feedback
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
= @message.body
|
= @message.body
|
||||||
\======================================================================
|
======================================================================
|
||||||
|
\
|
||||||
Antworten: #{new_message_url('message[reply_to]' => @message.id)}
|
Antworten: #{new_message_url('message[reply_to]' => @message.id)}
|
||||||
Nachricht online einsehen: #{message_url(@message)}
|
Nachricht online einsehen: #{message_url(@message)}
|
||||||
Nachrichten-Einstellungen: #{my_profile_url}
|
Nachrichten-Einstellungen: #{my_profile_url}
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
Hallo!
|
Hallo!
|
||||||
|
\
|
||||||
\#{@invite.user.first_name} #{@invite.user.last_name} (#{@invite.user.email}) hat dich in die Gruppe "#{@invite.group.name}" eingeladen.
|
#{@invite.user.name} (#{@invite.user.email}) hat dich in die Gruppe "#{@invite.group.name}" eingeladen.
|
||||||
Um die Einladung anzunehmen und der Foodcoop beizutreten, gehe zu: #{@link}
|
Um die Einladung anzunehmen und der Foodcoop beizutreten, gehe zu: #{@link}
|
||||||
Dieser Link kann nur einmal aufgerufen werden und ist nur bis #{I18n.l @invite.expires_at} gültig.
|
Dieser Link kann nur einmal aufgerufen werden und ist nur bis #{I18n.l @invite.expires_at} gültig.
|
||||||
|
\
|
||||||
Grüße sendet die Foodsoft!
|
Grüße sendet die Foodsoft!
|
||||||
|
\
|
||||||
\=======
|
=======
|
||||||
|
\
|
||||||
Hi!
|
Hi!
|
||||||
|
\
|
||||||
\#{@invite.user.first_name} #{@invite.user.last_name} (#{@invite.user.email}) has invited you to join the group "#{@invite.group.name}".
|
#{@invite.user.name} (#{@invite.user.email}) has invited you to join the group "#{@invite.group.name}".
|
||||||
To accept the invitation and to join the foodcoop please follow this link: #{@link}
|
To accept the invitation and to join the foodcoop please follow this link: #{@link}
|
||||||
This link works only once and expires on #{I18n.l @invite.expires_at, locale: :en}.
|
This link works only once and expires on #{I18n.l @invite.expires_at, locale: :en}.
|
||||||
|
\
|
||||||
Greetings, your FoodSoft Team!
|
Greetings, your FoodSoft Team!
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
Liebe #{@group.name},
|
Liebe #{@group.name},
|
||||||
|
\
|
||||||
euer Kontostand ist durch eine Buchung am #{@transaction.created_on.strftime('%d.%m.%Y um %H:%M')} ins Minus gerutscht: #{@group.account_balance}
|
euer Kontostand ist durch eine Buchung am #{@transaction.created_on.strftime('%d.%m.%Y um %H:%M')} ins Minus gerutscht: #{@group.account_balance}
|
||||||
|
\
|
||||||
Es wurden #{@transaction.amount} für "#{@transaction.note}" abgebucht, die Buchung wurde von #{@transaction.user.nick} erstellt.
|
Es wurden #{@transaction.amount} für "#{@transaction.note}" abgebucht, die Buchung wurde von #{@transaction.user.nick} erstellt.
|
||||||
|
\
|
||||||
Bitte zahlt so bald wie möglich wieder Geld ein, um das Gruppenkonto auszugleichen.
|
Bitte zahlt so bald wie möglich wieder Geld ein, um das Gruppenkonto auszugleichen.
|
||||||
|
\
|
||||||
Viele Grüße von #{FoodsoftConfig[:name]}
|
Viele Grüße von #{FoodsoftConfig[:name]}
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
Liebe(r) #{@user.first_name},
|
Liebe(r) #{@user.first_name},
|
||||||
|
\
|
||||||
Der Job '#{@task.name}' Deiner Arbeitsgruppe ist am #{I18n.l @task.due_date, format: "%d. %b"} fällig
|
Der Job '#{@task.name}' Deiner Arbeitsgruppe ist am #{I18n.l @task.due_date, format: "%d. %b"} fällig
|
||||||
und es fehlen noch Mitstreiterinnen!
|
und es fehlen noch Mitstreiterinnen!
|
||||||
|
\
|
||||||
Sofern Du Dich noch nicht für diese Aufgabe eingetragen hast ist das jetzt die Chance:
|
Sofern Du Dich noch nicht für diese Aufgabe eingetragen hast ist das jetzt die Chance:
|
||||||
\#{workgroup_tasks_url(workgroup_id: task.workgroup_id)}
|
\
|
||||||
|
= workgroup_tasks_url(workgroup_id: task.workgroup_id)
|
||||||
\--
|
\
|
||||||
Deine Aufgaben: #{user_tasks_url}
|
Deine Aufgaben: #{user_tasks_url}
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
Liebe #{@group_order.ordergroup.name},
|
Liebe #{@group_order.ordergroup.name},
|
||||||
|
\
|
||||||
die Bestellung für "#{@order.name}" wurde am #{I18n.l @order.ends} von #{@order.updated_by.nick} beendet.
|
die Bestellung für "#{@order.name}" wurde am #{I18n.l @order.ends} von #{@order.updated_by.nick} beendet.
|
||||||
|
\
|
||||||
Für Euch wurden die folgenden Artikel bestellt:
|
Für Euch wurden die folgenden Artikel bestellt:
|
||||||
- for group_order_article in @group_order.group_order_articles.ordered.all(:include => :order_article)
|
- for group_order_article in @group_order.group_order_articles.ordered.all(:include => :order_article)
|
||||||
- article = group_order_article.order_article.article
|
- article = group_order_article.order_article.article
|
||||||
#{article.name}: #{group_order_article.result} x #{article.unit} = #{group_order_article.result * article.fc_price}
|
#{article.name}: #{group_order_article.result} x #{article.unit} = #{group_order_article.result * article.fc_price}
|
||||||
Gesamtpreis: #{@group_order.price}
|
Gesamtpreis: #{@group_order.price}
|
||||||
|
\
|
||||||
Bestellung online einsehen: #{group_order_url(@group_order)}
|
Bestellung online einsehen: #{group_order_url(@group_order)}
|
||||||
|
\
|
||||||
Viele Grüße von #{FoodsoftConfig[:name]}
|
Viele Grüße von #{FoodsoftConfig[:name]}
|
||||||
|
|
|
@ -1,18 +1,18 @@
|
||||||
Hallo #{@user.nick},
|
Hallo #{@user.nick},
|
||||||
|
\
|
||||||
du (oder jemand anderes) hat auf der FoodSoft-Website ein neues Passwort angefordert.
|
du (oder jemand anderes) hat auf der FoodSoft-Website ein neues Passwort angefordert.
|
||||||
Um ein neues Passwort einzugeben, gehe zu: #{raw @link}
|
Um ein neues Passwort einzugeben, gehe zu: #{raw @link}
|
||||||
Dieser Link kann nur einmal aufgerufen werden und läuft am #{I18n.l @user.reset_password_expires} ab.
|
Dieser Link kann nur einmal aufgerufen werden und läuft am #{I18n.l @user.reset_password_expires} ab.
|
||||||
Wenn du das Passwort nicht ändern möchtest oder diese Email nicht ausgelöst hast, brauchst du nichts zu tun. Dein bisheriges Passwort wurde nicht geändert.
|
Wenn du das Passwort nicht ändern möchtest oder diese Email nicht ausgelöst hast, brauchst du nichts zu tun. Dein bisheriges Passwort wurde nicht geändert.
|
||||||
|
\
|
||||||
Grüße sendet die Foodsoft! :)
|
Grüße sendet die Foodsoft! :)
|
||||||
|
\
|
||||||
\===========
|
===========
|
||||||
|
\
|
||||||
Hi #{@user.nick},
|
Hi #{@user.nick},
|
||||||
you have (or someone else has) requested a new password.
|
you have (or someone else has) requested a new password.
|
||||||
In order to choose a new password follow this link: #{raw @link}
|
In order to choose a new password follow this link: #{raw @link}
|
||||||
This link works only once and expires on #{I18n.l @user.reset_password_expires, locale: :en}.
|
This link works only once and expires on #{I18n.l @user.reset_password_expires, locale: :en}.
|
||||||
If you don't want to change your password, just ignore this message. Your password hasn't been changed yet.
|
If you don't want to change your password, just ignore this message. Your password hasn't been changed yet.
|
||||||
|
\
|
||||||
Greetings, your FoodSoft Team!
|
Greetings, your FoodSoft Team!
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Liebe(r) #{@user.name},
|
Liebe(r) #{@user.name},
|
||||||
|
\
|
||||||
Du bist für "#{@task.name}" eingetragen. Die Aufgabe ist morgen (#{I18n.l @task.due_date, format: "%d. %b"}) fällig!
|
Du bist für "#{@task.name}" eingetragen. Die Aufgabe ist morgen (#{I18n.l @task.due_date, format: "%d. %b"}) fällig!
|
||||||
- if @user.next_tasks.size > 0
|
- if @user.next_tasks.size > 0
|
||||||
Aufgaben für die nächste Woche:
|
Aufgaben für die nächste Woche:
|
||||||
|
@ -7,5 +7,5 @@ Du bist für "#{@task.name}" eingetragen. Die Aufgabe ist morgen (#{I18n.l @task
|
||||||
- next if next_task == @task
|
- next if next_task == @task
|
||||||
* #{I18n.l next_task.due_date, format: "%d. %b"} #{next_task.name}
|
* #{I18n.l next_task.due_date, format: "%d. %b"} #{next_task.name}
|
||||||
Meine Aufgaben: #{user_tasks_url}
|
Meine Aufgaben: #{user_tasks_url}
|
||||||
|
\
|
||||||
Viele Grüße von #{FoodsoftConfig[:name]}
|
Viele Grüße von #{FoodsoftConfig[:name]}
|
||||||
|
|
Loading…
Reference in a new issue