diff --git a/app/views/dashboards/_dashboard_article_row.html.erb b/app/views/dashboards/_dashboard_article_row.html.erb index d99be8d99..6c27c2adf 100644 --- a/app/views/dashboards/_dashboard_article_row.html.erb +++ b/app/views/dashboards/_dashboard_article_row.html.erb @@ -16,7 +16,8 @@ Published: <%= local_date(article.published_timestamp, show_year: article.displayable_published_at.year != Time.current.year) %> <% if article.edited? %> - Edited: + Edited: + <%= local_date(article.edited_at, show_year: article.edited_at.year != Time.current.year) %> <% end %> <% if article.collection_id %> Series: <%= article.series %>