]> source.dussan.org Git - gitea.git/commit
Finish new repo settings page
authorUnknwon <joe2010xtmf@163.com>
Sat, 2 Aug 2014 17:47:33 +0000 (13:47 -0400)
committerUnknwon <joe2010xtmf@163.com>
Sat, 2 Aug 2014 17:47:33 +0000 (13:47 -0400)
commit755eec745fa324fdd13078f0147638f8731652ba
tree3c04a98d64e128d2ce8887cc20ed361f04010052
parent669552e255fb98021b779918394c65792fe6f1d2
Finish new repo settings page
25 files changed:
cmd/web.go
conf/locale/locale_en-US.ini
conf/locale/locale_zh-CN.ini
gogs.go
models/user.go
modules/auth/repo_form.go
modules/middleware/context.go
public/ng/css/gogs.css
public/ng/css/ui.css
public/ng/js/gogs.js
public/ng/less/gogs.less
public/ng/less/ui/panel.less
public/ng/less/ui/reset.less
routers/repo/http.go
routers/repo/setting.go
templates/.VERSION
templates/org/create.tmpl
templates/repo/create.tmpl
templates/repo/header.tmpl [new file with mode: 0644]
templates/repo/home.tmpl
templates/repo/migrate.tmpl
templates/repo/setting.tmpl [deleted file]
templates/repo/settings/nav.tmpl [new file with mode: 0644]
templates/repo/settings/options.tmpl [new file with mode: 0644]
templates/repo/sidebar.tmpl [new file with mode: 0644]