This commit is contained in:
Peter Bhat Harkins 2020-08-19 19:49:45 -05:00
parent e3f64230bc
commit ca95ef2556
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ class="comment <%= comment.current_vote ? (comment.current_vote[:vote] == 1 ?
<% end %>
<% is_unread ||= false %>
<%= time_ago_in_words_label(comment.has_been_edited? ? comment.updated_at : comment.created_at) %>
<%= "<span class='comment_unread'>(unread)</span>" if is_unread %>
<%= raw "<span class='comment_unread'>(unread)</span>" if is_unread %>
<% end %>
<% if !comment.previewing %>