mirror of
https://github.com/neocities/neocities.git
synced 2025-04-26 10:12:34 +02:00
fix for stats (I think)
This commit is contained in:
parent
50bedaa442
commit
671aa53aae
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@
|
|||
</table>
|
||||
|
||||
<h2>Subscriptions</h2>
|
||||
<h3>Current Recurring Revenue: <strong><%= format("$%.2f", @stats[:total_recurring_revenue]) %> (<%= format("$%.2f", @stats[:total_recurring_revenue]/12.0) %>/month)</strong>
|
||||
<h3>Current Recurring Monthly Revenue: <strong><%= format("$%.2f", @stats[:total_recurring_revenue]) %> (<%= format("$%.2f", @stats[:total_recurring_revenue]*12) %>/year)</strong>
|
||||
<br>
|
||||
Active Subscriptions: <strong><%= @stats[:subscriptions].select {|s| s[:status] == 'active' }.length %></strong>
|
||||
<br>
|
||||
|
|
Loading…
Add table
Reference in a new issue