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 @@
@(active: String, repository: service.ProjectService.RepositoryInfo)(implicit context: app.Context)
@(active: String, repository: service.RepositoryService.RepositoryInfo)(implicit context: app.Context)
@import context._
<div class="head">
<a href="@path/@repository.owner">@repository.owner</a> / <a href="@path/@repository.owner/@repository.name">@repository.name</a>