houdini/app/views/user_mailer/welcome_email.html.erb

10 lines
491 B
Text
Raw Normal View History

2020-06-12 20:03:43 +00:00
<%- # License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE -%>
<p>Hi <%= @user.profile.name %>,</p><br>
2020-06-10 22:31:47 +00:00
<p>Thanks for signing up on <a href='https://commitchange.com'></a><%= Houdini.general.name %></a>! Your profile is all set up, and you're ready to start fundraising.</p><br>
<p>You can sign in to your account <a href='<%= new_user_session_url %>'>here.</a></p><br>
<%= render 'emails/sig' %>