foodsoft/app/views/mailer/welcome.text.haml

7 lines
204 B
Plaintext
Raw Normal View History

2020-03-06 11:46:39 +01:00
= raw t '.text0', user: show_user(@user)
- if @additional_text
\
= raw @additional_text
\
= raw t '.text1', link: @link, expires: I18n.l(@user.reset_password_expires), foodcoop: FoodsoftConfig[:name]