Merge branch 'master' into css_bootstrap3

This commit is contained in:
Naoki Takezoe
2015-11-12 03:45:00 +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
}