mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
table polish
This commit is contained in:
parent
1ce86ab03e
commit
29fae1e745
@ -93,7 +93,7 @@
|
||||
<% elsif content_type == 'Document' %>
|
||||
<% tooltip = "This estimate is based on the total word count across all documents on Notebook.ai." %>
|
||||
<% else %>
|
||||
<% tooltip = "This estimate is based on the average #{content_type} being approximately #{GreenService.physical_pages_equivalent_for(content_type)} physical pages long when printed." %>
|
||||
<% tooltip = "This estimate is based on the average #{content_type} page being approximately #{GreenService.physical_pages_equivalent_for(content_type)} physical pages long when printed." %>
|
||||
<% end %>
|
||||
<span class="tooltipped" data-tooltip="<%= tooltip %>" data-position="bottom">
|
||||
<%= number_with_delimiter physical_page_equivalent %>
|
||||
@ -131,5 +131,3 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
notebook paper link
|
||||
Loading…
Reference in New Issue
Block a user