diff --git a/app/models/timelines/timeline.rb b/app/models/timelines/timeline.rb index 0df5bfd8..f1919509 100644 --- a/app/models/timelines/timeline.rb +++ b/app/models/timelines/timeline.rb @@ -57,4 +57,8 @@ class Timeline < ApplicationRecord def initialize_first_event timeline_events.create(title: "Untitled Event", position: 1) end + + def cached_word_count + 0 # until we implement it :) + end end diff --git a/app/views/content/display/_tailwind_foldered_index.html.erb b/app/views/content/display/_tailwind_foldered_index.html.erb index 04be742b..40d27692 100644 --- a/app/views/content/display/_tailwind_foldered_index.html.erb +++ b/app/views/content/display/_tailwind_foldered_index.html.erb @@ -411,7 +411,7 @@

- Showing <%= pluralize content.count, 'pages' %> + Showing <%= pluralize content.count, 'page' %>