Rename general variable name isWritable to hasWritePermission.

This commit is contained in:
takezoe
2013-07-03 01:51:41 +09:00
parent 14187795fb
commit 0bda8cdab7
9 changed files with 20 additions and 16 deletions

View File

@@ -30,7 +30,7 @@ trait MilestonesControllerBase extends ControllerBase {
issues.milestones.html.list(state,
getMilestonesWithIssueCount(owner, repository),
repositoryInfo,
isWritable(owner, repository, context.loginAccount))
hasWritePermission(owner, repository, context.loginAccount))
} getOrElse NotFound
})