houdini/app/views/nonprofit_mailer/welcome.html.erb
Bradley M. Kuhn 22adb4d5fd Relicense all .erb files under new project license.
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.
2018-03-25 15:10:40 -04:00

37 lines
1.3 KiB
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
<p>Welcome to <%= Settings.general.name %>! Were excited to have you on board.</p>
<br>
<p>
Before we get into the good stuff, we'd like you to click this link to verify your email address:
</p>
<h4>
<% verification_url = confirmation_url(@user, confirmation_token: @token) %>
<a href='<%= verification_url %>'> Confirm my email address </a>
</h4>
<p>
<small>
(direct URL: <%= confirmation_url(@user, confirmation_token: @token) %>)
</small>
</p>
<br>
<p>
Here are a few things you can do right away to get up and running:
</p>
<ul>
<% donate_url = donate_nonprofit_url(@nonprofit) %>
<li>Start collecting donations from your new donate page: <a href='<%= donate_url %>'> <%= donate_url %> </a></li>
<li><a href='https://commitchange.com/demo'>Schedule an in-depth tour of our features</a></li>
<li>Take advantage of the free donate button implementation service we offer to new customers</li>
<li>Get in-person help setting up a campaign or event</li>
</ul>
<p>
If you need help or have any questions, our support team is just a phone call or email away. You can contact us directly at <%= Settings.devise.mailer_sender %> or 888-204-8792.
</p>
<%= render 'emails/sig' %>