]> source.dussan.org Git - gitea.git/commit
Add branch overiew page (#2108)
authorBwko <bouwko@gmail.com>
Thu, 26 Oct 2017 00:49:16 +0000 (02:49 +0200)
committerLunny Xiao <xiaolunwen@gmail.com>
Thu, 26 Oct 2017 00:49:16 +0000 (08:49 +0800)
commit3ab580c8d6b8a2c063d848f8e3002347c9e5cebb
tree3f66f793be25db1ca8baac8d5333e39bfdd4f7e1
parente86a0bf3feab82c1b3439806245083dffb2f37c9
Add branch overiew page (#2108)

* Add branch overiew page

* fix changed method name on sub menu

* remove unused code
21 files changed:
integrations/branches_test.go [new file with mode: 0644]
models/branches.go
models/branches_test.go [new file with mode: 0644]
models/migrations/migrations.go
models/migrations/v47.go [new file with mode: 0644]
models/models.go
modules/cron/cron.go
modules/setting/setting.go
options/locale/locale_en-US.ini
public/css/index.css
public/js/index.js
public/less/_explore.less
public/less/_repository.less
routers/repo/branch.go
routers/repo/commit.go
routers/routes/routes.go
templates/repo/branch/list.tmpl [new file with mode: 0644]
templates/repo/commits.tmpl
templates/repo/header.tmpl
templates/repo/home.tmpl
templates/repo/sub_menu.tmpl [new file with mode: 0644]