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 @@
= raw t '.text', group: h(@group.name), when: format_time(@transaction.created_on), balance: number_to_currency(@group.account_balance), amount: number_to_currency(@transaction.amount), note: h(@transaction.note), user: h(show_user(@transaction.user)), foodcoop: h(FoodsoftConfig[:name])
= raw t '.text', group: @group.name, when: format_time(@transaction.created_on), balance: number_to_currency(@group.account_balance), amount: number_to_currency(@transaction.amount), note: @transaction.note, user: show_user(@transaction.user), foodcoop: FoodsoftConfig[:name]