mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
reduce some estimates
This commit is contained in:
parent
92958b93f5
commit
349a6e7ca3
@ -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
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user