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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user