Add the time to the existing timestamp in the comments side panel [SCI-7542]

This commit is contained in:
Giga Chubinidze 2022-12-02 10:49:06 +04:00
parent 176f3c48e1
commit 22248d4fed

View file

@ -14,7 +14,7 @@
</div> </div>
<div class="comment-footer"> <div class="comment-footer">
<div class="comment-create-date"> <div class="comment-create-date">
<%= I18n.l(comment.created_at, format: :full_date) %> <%= I18n.l(comment.created_at, format: :full) %>
</div> </div>
<% if comment_editable?(comment) %> <% if comment_editable?(comment) %>
<div class="dropdown comment-menu-container"> <div class="dropdown comment-menu-container">