(refs #2)Comparing between the forked repository and the source repository.

This commit is contained in:
takezoe
2013-07-13 03:52:27 +09:00
parent f4cb0625bc
commit 2cc2902930
4 changed files with 153 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
@(repository: service.RepositoryService.RepositoryInfo)(implicit context: app.Context)
@import context._
@import view.helpers._
@html.main("Pull Requests - " + repository.owner + "/" + repository.name){
@html.header("pulls", repository)
<a href="@url(repository)/pulls/compare" class="btn btn-success">New pull request</a>
}