Skip to content

Commit

Permalink
дата у мини-новостей
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcom committed Nov 26, 2023
1 parent 7a3a161 commit 7af791a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main/webapp/WEB-INF/tags/news.tag
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<%--
~ Copyright 1998-2022 Linux.org.ru
~ Copyright 1998-2023 Linux.org.ru
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
Expand Down Expand Up @@ -219,6 +219,10 @@
</c:if>
</c:if>

<c:if test="${message.commited}">
<lor:date date="${message.commitDate}"/>
</c:if>

<c:if test="${messageMenu.showComments && message.commentCount>0}">
(<lor:comment-count count="${message.commentCount}"/>)
</c:if>
Expand Down

0 comments on commit 7af791a

Please sign in to comment.