mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-12-10 14:16:28 +08:00
Add the time to the existing timestamp in the comments side panel [SCI-7542]
This commit is contained in:
parent
176f3c48e1
commit
22248d4fed
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
|||
</div>
|
||||
<div class="comment-footer">
|
||||
<div class="comment-create-date">
|
||||
<%= I18n.l(comment.created_at, format: :full_date) %>
|
||||
<%= I18n.l(comment.created_at, format: :full) %>
|
||||
</div>
|
||||
<% if comment_editable?(comment) %>
|
||||
<div class="dropdown comment-menu-container">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue