houdini/app/views/billing_subscriptions/cancellation.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

26 lines
921 B
Text

<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
<div class='u-maxWidth--600 u-margin--auto u-marginTop--50 u-padding--15 js-view-confirm'>
<h3> Subscription Cancellation </h3>
<p> Your subscription with CommitChange can be cancelled any time without worrying about contracts. </p>
<p> By cancelling your subscription, we will move you onto the <strong>2.0% tier</strong> and your card will no longer get charged. </p>
<p> Contact <%= Settings.devise.mailer_sender %> if you need any help with exports or migrations. </p>
<p>
<form action="/nonprofits/<%=@nonprofit.id%>/billing_subscription/cancel" method="post">
<%= hidden_field_tag :authenticity_token, form_authenticity_token %>
<button class='button red button--micro u-fontSize--14' type='submit'>Cancel my subscription</button>
</form>
</p>
<br>
<br>
<br>
<br>
<br>
</div>