Merge pull request #485 from basecamp/flavorjones/display-last-active-at

Render the "last active at" timestamp in the card meta
This commit is contained in:
Mike Dalessio
2025-05-12 15:50:21 -04:00
committed by GitHub
@@ -13,7 +13,7 @@
 
<% else %>
Updated
<%= local_datetime_tag(card.updated_at, style: :daysago) %>
<%= local_datetime_tag(card.last_active_at, style: :daysago) %>
<% end %>
</span>
<span class="card__meta-item card__meta-item--reported overflow-ellipsis">