Rename ProjectService to RepositoryService.

This commit is contained in:
takezoe
2013-06-04 01:29:54 +09:00
parent 78ad794613
commit a6ea5468c7
19 changed files with 19 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
@(repository: service.ProjectService.RepositoryInfo)(implicit context: app.Context)
@(repository: service.RepositoryService.RepositoryInfo)(implicit context: app.Context)
@import context._
@html.main("Settings"){
@html.header("settings", repository)