reduce some estimates

This commit is contained in:
Andrew Brown 2021-07-20 02:37:13 -07:00
parent 92958b93f5
commit 349a6e7ca3
2 changed files with 4 additions and 3 deletions

View File

@ -11,7 +11,7 @@ class GreenService < Service
case worldbuilding_page_type
when "Universe" then 2
when "Character" then 8
when "Character" then 6
when "Location" then 4
when "Item" then 2
when "Building" then 8
@ -27,7 +27,7 @@ class GreenService < Service
when "Job" then 4
when "Landmark" then 3
when "Language" then 5
when "Lore" then 10
when "Lore" then 8
when "Magic" then 4
when "Planet" then 6
when "Race" then 4

View File

@ -16,7 +16,7 @@
<div class="row">
<div class="col s12">
<div class="card-panel">
All the added functionality of Notebook.ai isn't the only benefit of going digital. Backing your ideas up in the cloud
All of the added functionality of Notebook.ai over a traditional paper notebook isn't the only benefit of going digital. Backing your ideas up in the cloud
instead of on paper also saves trees!
</div>
</div>
@ -174,6 +174,7 @@
<% trees_saved = total_pages_equivalent.to_f / GreenService::SHEETS_OF_PAPER_PER_TREE %>
<%= number_with_delimiter trees_saved.round(5) %>
<%= 'tree'.pluralize trees_saved %>
saved
</strong>
</td>
</tr>