houdini/app/views/devise/mailer/confirmation_instructions.html.erb
2020-06-15 10:26:57 -05:00

15 lines
654 B
Text

<%- # 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 -%>
<% if @user.profile.name %>
<p>Hi <%= @user.profile.name %>,</p>
<% else %>
<p>Hello,</p>
<% end %>
<% if @resource.created_at.to_date == Date.today %>
<p>Thanks for signing up on <a href='https://commitchange.com'></a><%= Houdini.general.name %></a>! We're excited to get you started.</p>
<% end %>
<p>In order to verify your account, please <strong><a href='<%= confirmation_url(@user, :confirmation_token => @token) %>'>confirm your email address</a></strong></p>
<%= render 'emails/sig' %>