From 5347bf362f96103ac9f2c46aae400fac14d56517 Mon Sep 17 00:00:00 2001
From: Andrew Brown
- You're currently subscribed to Notebook's <%= @active_billing_plan.name %> plan.
- <% unless @active_billing_plan.nil? || @active_billing_plan.stripe_plan_id == 'starter' %>
- Your subscription will be active until <%= current_user.active_subscriptions.first.end_date.strftime('%B %d, %Y') %>, when it will automatically renew for another month.
+ <% if free_for_life_user %>
+
+ Thank you! You were there at Notebook.ai's beginnings, so we've gifted you a free, unlimited account for life. Subscriptions below have been disabled, because you already have everything unlocked.
+
+ Thank you for helping make Notebook.ai what it is today.
+ Subscription Plan
@@ -97,7 +108,7 @@ <% if @active_billing_plan.stripe_plan_id == 'starter' %> <%= link_to 'Plan is active', '#', class: 'btn-large waves-effect waves-light white disabled black-text' %> <% else %> - <%= link_to 'Downgrade', change_subscription_path('starter'), class: 'btn-large waves-effect waves-light white black-text' %> + <%= link_to 'Downgrade', change_subscription_path('starter'), class: "btn-large waves-effect waves-light white black-text #{'disabled' if free_for_life_user}" %> <% end %>