mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-08 06:25:51 +01:00
Fix compilation error
This commit is contained in:
@@ -30,8 +30,7 @@
|
||||
</div>
|
||||
</div>
|
||||
}
|
||||
@issueOrPullRequest() = {
|
||||
@if(issue.exists(_.isPullRequest)) ("pull request")else( "issue" ) }
|
||||
@issueOrPullRequest()={ @if(issue.exists(_.isPullRequest))( "pull request" )else( "issue" ) }
|
||||
|
||||
@comments.map {
|
||||
case comment: gitbucket.core.model.IssueComment => {
|
||||
|
||||
Reference in New Issue
Block a user