Merge pull request #2775 from basecamp/queenbee-account-callbacks
Implement Queenbee account callbacks
This commit is contained in:
@@ -4,9 +4,6 @@
|
||||
|
||||
<ul>
|
||||
<li>No one can access the account anymore</li>
|
||||
<% if @account.try(:subscription) %>
|
||||
<li>We won't charge you anymore</li>
|
||||
<% end %>
|
||||
<li>Everything in the account will be deleted in <%= distance_of_time_in_words_to_now(Account::Incineratable::INCINERATION_GRACE_PERIOD.from_now) %></li>
|
||||
</ul>
|
||||
|
||||
|
||||
@@ -3,9 +3,6 @@ Your Fizzy account "<%= @account.name %>" was cancelled.
|
||||
WHAT HAPPENS NOW?
|
||||
|
||||
- No one can access the account anymore
|
||||
<% if @account.try(:subscription) %>
|
||||
- We won't charge you anymore
|
||||
<% end %>
|
||||
- Everything in the account will be deleted in <%= distance_of_time_in_words_to_now(Account::Incineratable::INCINERATION_GRACE_PERIOD.from_now) %>
|
||||
|
||||
CHANGED YOUR MIND?
|
||||
|
||||
Reference in New Issue
Block a user