diff --git a/app/views/cards/display/common/_meta.html.erb b/app/views/cards/display/common/_meta.html.erb index acec071b1..298e266f9 100644 --- a/app/views/cards/display/common/_meta.html.erb +++ b/app/views/cards/display/common/_meta.html.erb @@ -13,7 +13,7 @@   <% else %> Updated - <%= local_datetime_tag(card.updated_at, style: :daysago) %> + <%= local_datetime_tag(card.last_active_at, style: :daysago) %> <% end %>