Merge pull request #4674 from G-Chubinidze/gc_SCI_7542

Add the time to the existing timestamp in the comments side panel [SCI-7542]
This commit is contained in:
artoscinote 2022-12-02 10:18:08 +01:00 committed by GitHub
commit a0682f962a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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">