foodsoft/app/views/mailer/welcome.text.haml
Patrick Gansterer 057f3ec8ea Add welcome mail
2020-07-30 17:14:14 +02:00

6 lines
204 B
Text

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