Implemented the issue label display.

This commit is contained in:
shimamoto
2013-07-02 13:02:25 +09:00
parent 46aa327ded
commit 3c17aa3da2
3 changed files with 15 additions and 4 deletions

View File

@@ -60,6 +60,7 @@ trait IssuesControllerBase extends ControllerBase {
issues.html.issue(
_,
getComments(owner, repository, issueId.toInt),
getIssueLabel(owner, repository, issueId.toInt),
getRepository(owner, repository, baseUrl).get)
} getOrElse NotFound
}