Skip to content

Commit

Permalink
mode: cr
Browse files Browse the repository at this point in the history
  • Loading branch information
yangrunkang committed Jan 29, 2023
1 parent 75a5445 commit c7e6b6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions upupor-web/src/main/resources/templates/comment/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@
<a class="text-black-50 small"
th:href="${commentDto.targetUrl}"
th:title="${commentDto.targetTitle}">
<i class="bi bi-chat-right-quote"> 评论者&nbsp;&nbsp;<img class="lazyload img rounded cv-icon-small"
<img th:data-src="${ossStatic} + @{/icons/system/comment-yellow.png}" class="lazyload cv-icon-small"/> 评论者&nbsp;&nbsp;<img class="lazyload img rounded cv-icon-small"
th:data-src="${commentDto.commentEnhance.memberEnhance.member.via}"
th:alt="${commentDto.commentEnhance.memberEnhance.member.userName}" /> </i>
<strong>[[${commentDto.commentEnhance.memberEnhance.member.userName}]]</strong>
</a>
<span class="text-black-50 small float-end"><i class="bi bi-clock"> <strong>[[${commentDto.commentEnhance.createDateDiff}]]</strong></i></span>
<span class="text-black-50 small float-end"><img th:data-src="${ossStatic} + @{/icons/system/content-time.png}" class="lazyload cv-icon-small"/> <strong>[[${commentDto.commentEnhance.createDateDiff}]]</strong></i></span>
</div>
<div>
<a class="text-black-50 small"
Expand Down
8 changes: 4 additions & 4 deletions upupor-web/src/main/resources/templates/profile/message.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@
${memberIndexDto.listCommentDto.total},
'profile-message',
${memberIndexDto.memberEnhance.member.userId})"></div>
<div class="my-2" th:if="${session?.cv_user_id}">
<div id="comment_area">
<div th:include="fragments/comment::comment_box(${memberIndexDto.memberEnhance.member.userId},'MESSAGE','留言')"></div>
</div>
</div>
<div class="card border-0 rounded-3 p-2 my-2" th:if="${session?.cv_user_id}">
<div id="comment_area">
<div th:include="fragments/comment::comment_box(${memberIndexDto.memberEnhance.member.userId},'MESSAGE','留言')"></div>
</div>
</div>
</div>
Expand Down

0 comments on commit c7e6b6c

Please sign in to comment.