Use time tags for publish dates on dashboard (#3369)
This commit is contained in:
parent
f328adceed
commit
062361eefd
1 changed files with 1 additions and 1 deletions
|
|
@ -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 %>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue