mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42:36 +02:00
cleanup of wording
This commit is contained in:
parent
671aa53aae
commit
d112290b3b
1 changed files with 3 additions and 3 deletions
|
@ -67,12 +67,12 @@
|
||||||
<% end %>
|
<% end %>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<h2>Subscriptions</h2>
|
<h2>Supporters</h2>
|
||||||
<h3>Current Recurring Monthly Revenue: <strong><%= format("$%.2f", @stats[:total_recurring_revenue]) %> (<%= format("$%.2f", @stats[:total_recurring_revenue]*12) %>/year)</strong>
|
<h3>Current Recurring Monthly Revenue: <strong><%= format("$%.2f", @stats[:total_recurring_revenue]) %> (<%= format("$%.2f", @stats[:total_recurring_revenue]*12) %>/year)</strong>
|
||||||
<br>
|
<br>
|
||||||
Active Subscriptions: <strong><%= @stats[:subscriptions].select {|s| s[:status] == 'active' }.length %></strong>
|
Active Supporters: <strong><%= @stats[:subscriptions].select {|s| s[:status] == 'active' }.length %></strong>
|
||||||
<br>
|
<br>
|
||||||
Cancelled Subscriptions: <strong><%= @stats[:cancelled_subscriptions] %></strong>
|
Cancelled: <strong><%= @stats[:cancelled_subscriptions] %></strong>
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
Loading…
Add table
Reference in a new issue