mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
clarify revenue after fees
This commit is contained in:
parent
251ecc8aca
commit
73adf1f984
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue