* tweak trigger button padding on article byline * tweak padding on comment preview triggers
15 lines
586 B
Text
15 lines
586 B
Text
<span class="color-base-30 px-2 m:pl-0" role="presentation">•</span>
|
|
|
|
<a href="<%= URL.comment(decorated_comment) %>" class="comment-date crayons-link crayons-link--secondary fs-s">
|
|
<time datetime="<%= decorated_comment.published_timestamp %>">
|
|
<%= decorated_comment.readable_publish_date %>
|
|
</time>
|
|
|
|
<% if decorated_comment.edited_at.present? %>
|
|
• Edited
|
|
<span class="hidden m:inline-block">
|
|
on <time datetime="<%= decorated_comment.edited_timestamp %>">
|
|
<%= decorated_comment.edited_at.strftime('%b %-d') %></time>
|
|
</span>
|
|
<% end %>
|
|
</a>
|