+
spellcheck
+
+ <% total_word_count = content.map(&:cached_word_count).reject(&:nil?).sum %>
+
<%= number_with_delimiter total_word_count %>
+
<%= 'total word'.pluralize(total_word_count) %>
- <% end %>
- -->
-
-
- spellcheck
- <% total_word_count = content.map(&:cached_word_count).reject(&:nil?).sum %>
-
- <%= number_with_delimiter total_word_count %>
- <%= 'total word'.pluralize(total_word_count) %>
-
- <% if false && content.any? { |content_page| content_page.page_type != Universe.name } %>
-
- in
-
- <%= Universe.icon %>
- <%# todo this is broken because we don't actually set universe on ContentPage imports %>
- <% total_universe_count = content.reject { |page| page.universe.nil? }.count %>
-
- <%= number_with_delimiter total_universe_count %>
- <%= 'universe'.pluralize(total_universe_count) %>
-
-
-
- <% end %>
-
-
<% if content.any? %>
-
-
date_range
-
-
+
+
date_range
+
+
<%= distance_of_time_in_words content.map(&:updated_at).max - content.map(&:created_at).min %>
-
- timespan
-
+
+
timespan
+
<% end %>