Add the dropdown of label edit.

This commit is contained in:
shimamoto
2013-07-02 16:08:31 +09:00
parent 3c17aa3da2
commit c0a2378111
2 changed files with 15 additions and 2 deletions

View File

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