mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-16 18:35:51 +01:00
(refs #2)Comparing between the forked repository and the source repository.
This commit is contained in:
8
src/main/twirl/pulls/list.scala.html
Normal file
8
src/main/twirl/pulls/list.scala.html
Normal 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>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user