houdini/app/views/devise/mailer/confirmation_instructions.html.erb

16 lines
654 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 -%>
<% if @user.profile.name %>
<p>Hi <%= @user.profile.name %>,</p>
<% else %>
<p>Hello,</p>
<% end %>
<% if @resource.created_at.to_date == Date.today %>
2020-06-10 22:31:47 +00:00
<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' %>