Skip to content

Commit

Permalink
уведомления: более похожие на другие таблицы
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcom committed Aug 19, 2023
1 parent 5382a0b commit 03a977f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/webapp/WEB-INF/jsp/show-replies-new.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -151,14 +151,14 @@
</c:when>
</c:choose>
</td>
<td title="${topic.authorsText}">
<lor:dateinterval date="${topic.date}" compact="true"/><br>
<td title="${topic.authorsText}" style="text-align: right">
<c:if test="${topic.count > 1}">
<i class="icon-comment"></i> ${topic.count}
<i class="icon-comment"></i> ${topic.count}<br>
</c:if>
<c:if test="${topic.count == 1 and topic.event.eventType != 'REACTION'}">
<lor:user user="${topic.author}"/>
<lor:user user="${topic.author}"/><br>
</c:if>
<lor:dateinterval date="${topic.date}" compact="true"/>
</td>
</tr>
</c:forEach>
Expand Down

0 comments on commit 03a977f

Please sign in to comment.