add pull-request and labels page design
This commit is contained in:
parent
a0f9197b45
commit
d1a60e3643
10 changed files with 226 additions and 38 deletions
|
@ -387,6 +387,8 @@ func runWeb(*cli.Context) {
|
|||
m.Get("/branches", repo.Branches)
|
||||
m.Get("/archive/*", repo.Download)
|
||||
m.Get("/issues2/", repo.Issues2)
|
||||
m.Get("/pulls2/", repo.PullRequest2)
|
||||
m.Get("/labels2/",repo.Labels2)
|
||||
|
||||
m.Group("", func() {
|
||||
m.Get("/src/*", repo.Home)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue