houdini/app/views/event_mailer/creation_followup.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

22 lines
859 B
Text

<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
<% event_url = Format::Url.concat(root_url, @event.url) %>
<p>Dear <%= @creator_profile.name.blank? ? @creator_profile.user.email : @creator_profile.name %>,</p>
<br>
<p>Congratulations on creating your event!</p>
<br>
<p>You can visit it here: <strong><a href='<%= event_url %>'><%= event_url %></a></strong></p>
<br>
<p>Once your event is ready to go, you can check the 'Publish' box on your event settings.</p>
<br>
<p><strong>Note:</strong> You can still share an unpublished event, but it will not show up on your nonprofit profile page or on your event listing page.</p>
<br>
<p>If you need some help getting your event up and running, don't hesitate to contact <strong><%= Settings.devise.mailer_sender %></strong>.</p>
<%= render 'emails/sig' %>