From 3f9ec197e7377e002eb819210b3deade06e7c29d Mon Sep 17 00:00:00 2001 From: Saurabh Patel Date: Mon, 22 Apr 2019 17:28:50 +0530 Subject: [PATCH] FIX: use last_activity_date instead of created_at for crawler view --- app/views/list/list.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/list/list.erb b/app/views/list/list.erb index d7deb94e51..f6dbcc0cd3 100644 --- a/app/views/list/list.erb +++ b/app/views/list/list.erb @@ -45,7 +45,7 @@ <%= t 'js.topic.title' %> <%= t 'js.replies' %> - <%= t 'js.created' %> + <%= t 'js.activity' %> @@ -75,7 +75,7 @@ '><%= t.posts_count %> - <%= I18n.l(t.created_at, format: :date_only) %> + <%= I18n.l(t.last_posted_at, format: :date_only) %> <% end %>