2018-03-25 17:20:54 +00:00
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
2018-03-25 17:30:42 +00:00
<% 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>
2018-03-25 17:30:42 +00:00
<% 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' %>