From 73adf1f984930096fa39cc5ee18ae9a7494859ed Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Sun, 1 Mar 2015 11:32:08 -0800 Subject: [PATCH] clarify revenue after fees --- views/stats.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/stats.erb b/views/stats.erb index 3f13d771..78c79cf8 100644 --- a/views/stats.erb +++ b/views/stats.erb @@ -68,7 +68,7 @@

Supporters

-

Current Recurring Monthly Revenue: <%= format("$%.2f", @stats[:monthly_revenue]) %> (<%= format("$%.2f", @stats[:monthly_revenue]*12) %>/year) +

Current Recurring Monthly Revenue (after fees): <%= format("$%.2f", @stats[:monthly_revenue]) %> (<%= format("$%.2f", @stats[:monthly_revenue]*12) %>/year)
Active Supporters: <%= @stats[:subscriptions].select {|s| s[:status] == 'active' }.length %>
@@ -100,4 +100,4 @@
- \ No newline at end of file +