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>
<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>
Active Supporters: <strong><%= @stats[:subscriptions].select {|s| s[:status] == 'active' }.length %></strong>
<br>
@ -100,4 +100,4 @@
<div class="bar" style="width: <%= format('%.2f', @stats[:percent_until_developer_salary]) %>%;"></div>
</div>
</article>
</div>
</div>