mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-09 15:05:50 +01:00
Add comments to issue.
This commit is contained in:
@@ -46,7 +46,10 @@ trait IssuesControllerBase extends ControllerBase {
|
||||
val issueId = params("id")
|
||||
|
||||
getIssue(owner, repository, issueId) map {
|
||||
issues.html.issue(_, getRepository(owner, repository, baseUrl).get)
|
||||
issues.html.issue(
|
||||
_,
|
||||
getComment(owner, repository, issueId.toInt),
|
||||
getRepository(owner, repository, baseUrl).get)
|
||||
} getOrElse NotFound
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user