22adb4d5fd
The primary license of the project is changing to: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later with some specific files to be licensed under the one of two licenses: CC0-1.0 LGPL-3.0-or-later This commit is one of the many steps to relicense the entire codebase. Documentation granting permission for this relicensing (from all past contributors who hold copyrights) is on file with Software Freedom Conservancy, Inc.
14 lines
598 B
Text
14 lines
598 B
Text
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
|
<% 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><%= Settings.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' %>
|