diff --git a/app/views/events/_empty_days.html.erb b/app/views/events/_empty_days.html.erb index cb5e6cb27..906d39e6e 100644 --- a/app/views/events/_empty_days.html.erb +++ b/app/views/events/_empty_days.html.erb @@ -14,6 +14,6 @@ <% end %> <% else %>
No more activity
+<%= day_timeline.has_activity? ? "No more activity" : "No activity" %>