(refs #488)Remove unnecessary template arguments

This commit is contained in:
Naoki Takezoe
2014-09-23 17:23:52 +09:00
parent c1263cc16d
commit bb63a8d14c
4 changed files with 1 additions and 11 deletions

View File

@@ -467,7 +467,6 @@ trait PullRequestsControllerBase extends ControllerBase {
getLabels(owner, repoName),
countIssue(condition.copy(state = "open" ), true, owner -> repoName),
countIssue(condition.copy(state = "closed"), true, owner -> repoName),
countIssue(condition.copy(assigned = None, author = None), true, owner -> repoName),
condition,
repository,
hasWritePermission(owner, repoName, context.loginAccount))