clarify revenue after fees

This commit is contained in:
Kyle Drake 2015-03-01 11:32:08 -08:00
parent 251ecc8aca
commit 73adf1f984

View file

@ -68,7 +68,7 @@
</table> </table>
<h2>Supporters</h2> <h2>Supporters</h2>
<h3>Current Recurring Monthly Revenue: <strong><%= format("$%.2f", @stats[:monthly_revenue]) %> (<%= format("$%.2f", @stats[:monthly_revenue]*12) %>/year)</strong> <h3>Current Recurring Monthly Revenue (after fees): <strong><%= format("$%.2f", @stats[:monthly_revenue]) %> (<%= format("$%.2f", @stats[:monthly_revenue]*12) %>/year)</strong>
<br> <br>
Active Supporters: <strong><%= @stats[:subscriptions].select {|s| s[:status] == 'active' }.length %></strong> Active Supporters: <strong><%= @stats[:subscriptions].select {|s| s[:status] == 'active' }.length %></strong>
<br> <br>