]> source.dussan.org Git - gitea.git/commit
finish PR UI
authorUnknwon <u@gogs.io>
Wed, 2 Sep 2015 08:08:05 +0000 (04:08 -0400)
committerUnknwon <u@gogs.io>
Wed, 2 Sep 2015 08:08:05 +0000 (04:08 -0400)
commit37e0cee8770fc4f14857e16eabe83ab7e93a0646
tree2eacd8816cb783f208b2afd061d6162cfeafca0e
parent65e73c4ac63b4d8cb5cd1ec6077fa6085e46895c
finish PR UI
16 files changed:
cmd/web.go
conf/locale/locale_en-US.ini
models/issue.go
modules/bindata/bindata.go
modules/git/commit.go
public/css/gogs.min.css
public/less/_repository.less
routers/repo/commit.go
routers/repo/issue.go
routers/repo/pull.go
templates/repo/issue/view.tmpl
templates/repo/issue/view_content.tmpl
templates/repo/pulls/commits.tmpl [new file with mode: 0644]
templates/repo/pulls/compare.tmpl
templates/repo/pulls/files.tmpl [new file with mode: 0644]
templates/repo/pulls/tab_menu.tmpl [new file with mode: 0644]