Use time tags for publish dates on dashboard (#3369)

This commit is contained in:
Tim Downey 2019-07-02 15:25:29 -05:00 committed by Mac Siri
parent f328adceed
commit 062361eefd

View file

@ -24,7 +24,7 @@
<a href="<%= article.current_state_path %>"><h2><%= "[Archived] " if article.archived %><%= article.title %></h2></a>
<div class="dashboard-meta-details">
<% if article.published %>
<%= article.readable_publish_date %>
<time datetime="<%= article.published_timestamp %>"><%= article.readable_publish_date %></time>
<% article.cached_tag_list_array.each do |tag| %>
<a href="/t/<%= tag %>"><span class="tag">#<%= tag %></span></a>
<% end %>