Merge pull request #973 from gitbucket/commit_comment_count

Count COMMIT_COMMENT as issue comment
This commit is contained in:
Naoki Takezoe
2015-11-10 11:48:20 +09:00
5 changed files with 45 additions and 11 deletions

View File

@@ -15,9 +15,9 @@
@user(comment.commentedUserName, styleClass="username strong")
<span class="muted">
commented
@if(comment.pullRequest){
@if(comment.issueId.isDefined){
on this Pull Request
}else{
} else {
@if(comment.fileName.isDefined){
on @comment.fileName.get
}