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