mirror of
https://github.com/plausible/analytics.git
synced 2024-12-27 03:21:37 +03:00
7f51928338
* Remove business tier feature flag This commit removes all code branches related to the business tier feature flag, as we're not flipping this flag off anymore. It also removes unused routes, e.g. /billing/change-plan and /billing/upgrade * remove unused billing templates * refactor with clause to case instead * assert on the url in email tests --------- Co-authored-by: Robert Joonas <robertjoonas16@gmail.com>
13 lines
878 B
Elixir
13 lines
878 B
Elixir
Thanks for exploring Plausible, a simple and privacy-friendly alternative to Google Analytics. Your free 30-day trial is ending <%= @day %>, but you can keep using Plausible by upgrading to a paid plan.
|
|
<br /><br />
|
|
In the last month, your account has used <%= PlausibleWeb.AuthView.delimit_integer(@usage) %> billable pageviews<%= if @custom_events > 0, do: " and custom events in total", else: "" %>.
|
|
<%= if @suggested_plan == :enterprise do %>
|
|
This is more than our standard plans, so please reply back to this email to get a quote for your volume.
|
|
<% else %>
|
|
Based on that we recommend you select a <%= @suggested_plan.volume %>/mo plan.
|
|
<br /><br />
|
|
<%= link("Upgrade now", to: PlausibleWeb.Router.Helpers.billing_url(PlausibleWeb.Endpoint, :choose_plan)) %>
|
|
<br /><br />
|
|
Have a question, feedback or need some guidance? Just reply to this email to get in touch!
|
|
<% end %>
|