mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-13 17:05:50 +01:00
Fix commit comment style
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
@if(comment.oldLine.isDefined){oldline="@comment.oldLine.get"}>
|
@if(comment.oldLine.isDefined){oldline="@comment.oldLine.get"}>
|
||||||
<div class="issue-avatar-image">@avatar(comment.commentedUserName, 48)</div>
|
<div class="issue-avatar-image">@avatar(comment.commentedUserName, 48)</div>
|
||||||
<div class="box commit-comment-box commit-comment-@comment.commentId">
|
<div class="box commit-comment-box commit-comment-@comment.commentId">
|
||||||
<div class="box-header-small">
|
<div class="box-header">
|
||||||
@user(comment.commentedUserName, styleClass="username strong")
|
@user(comment.commentedUserName, styleClass="username strong")
|
||||||
<span class="muted">
|
<span class="muted">
|
||||||
commented
|
commented
|
||||||
@@ -32,7 +32,7 @@
|
|||||||
}
|
}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="box-content commit-commentContent-@comment.commentId markdown-body">
|
<div class="box-content-bottom commit-commentContent-@comment.commentId markdown-body">
|
||||||
@markdown(comment.content, repository, false, true, true, hasWritePermission)
|
@markdown(comment.content, repository, false, true, true, hasWritePermission)
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user