Skip to content

Commit

Permalink
переместил warnings по подпись
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcom committed Nov 4, 2024
1 parent 9f60dff commit b507faa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/main/webapp/WEB-INF/tags/comment.tag
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@

${comment.processedMessage}

<lor:warnings warnings="${comment.warnings}"/>

<div class="sign">
<lor:sign user="${comment.author}" postdate="${comment.postdate}"/>

Expand Down Expand Up @@ -141,6 +139,8 @@
</div>
</c:if>

<lor:warnings warnings="${comment.warnings}"/>

<lor:reactions reactions="${comment.reactions}" reactionList="${reactionList}" topic="${topic}"
comment="${comment}"/>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/main/webapp/WEB-INF/tags/topic.tag
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,6 @@
</p>
</c:if>

<lor:warnings warnings="${preparedMessage.warnings}"/>

<c:if test="${preparedMessage.image != null}">
<lor:image title="${preparedMessage.message.title}" image="${preparedMessage.image}" preparedMessage="${preparedMessage}" showInfo="true"/>
</c:if>
Expand Down Expand Up @@ -252,6 +250,8 @@
</div>
</c:if>

<lor:warnings warnings="${preparedMessage.warnings}"/>

<lor:reactions reactions="${preparedMessage.reactions}" reactionList="${reactionList}" topic="${message}"/>
</div>
</div>
Expand Down

0 comments on commit b507faa

Please sign in to comment.