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

7 lines
204 B
Plaintext

= 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]