]> source.dussan.org Git - gitea.git/commit
Display commit status on landing page of repo (#1784)
authorRémy Boulanouar <rboulanouar@gmail.com>
Thu, 14 Sep 2017 06:51:32 +0000 (08:51 +0200)
committerLunny Xiao <xiaolunwen@gmail.com>
Thu, 14 Sep 2017 06:51:31 +0000 (14:51 +0800)
commitbe3319b3d545289b772d7a92b4b62205863954d9
tree89473f47f6303ea5ab57ade7901de1a3a48dd673
parenta89692d15884271a2927b5f7332ed074116d324c
Display commit status on landing page of repo (#1784)

* Display commit status on landing page of repo

* improve last status of commits and add link to ci

* fix last commit status since the order of ids are desc
models/status.go
routers/repo/commit.go
routers/repo/view.go
templates/repo/commit_status.tmpl [new file with mode: 0644]
templates/repo/commits_table.tmpl
templates/repo/diff/page.tmpl
templates/repo/view_list.tmpl