aboutsummaryrefslogtreecommitdiffstats
path: root/templates/admin/nav.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Implement Default Webhooks (#4299)Russell Aunger2019-03-181-0/+1
| | | | | | | | Partially implement #770. Add "Default Webhooks" page in site admin UI. Persist to the existing webhooks table, but store with RepoID=0 and OrgID=0. Upon repo creation, copy the set of default webhooks into the new repo.
* Indent all templates with tabsAdam Strzelecki2015-12-081-14/+14
| | | | | | | | | | | | This commit improves templates readability, since all of them use consistent indent with all template command blocks indented too. 1. Indents both HTML containers such as <div>, <p> and Go HTML template blocks such as {{if}} {{with}} 2. Cleans all trailing white-space 3. Adds trailing last line-break to each file
* Fix #532, add system noticeUnknwon2014-10-081-0/+1
|
* Add suburl supportUnknwon2014-09-191-7/+7
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-181-7/+7
| | | | | | | | | | | | | | http://mydomain.com/gogs/ Conflicts: modules/setting/setting.go Conflicts: templates/repo/release/list.tmpl templates/user/dashboard/dashboard.tmpl Conflicts: routers/repo/setting.go
* Continue working on new admin pagesUnknwon2014-08-291-1/+1
|
* Finish new admin dashboardUnknwon2014-08-281-9/+13
|
* Add corn rask monitor panelUnknown2014-06-131-0/+1
|
* Clean repo codeUnknown2014-05-051-1/+1
|
* Clean api codeUnknown2014-05-051-1/+1
|
* finish webhook ui,FuXiaoHei2014-05-051-1/+1
| | | | some ui fix
* ldap supportLunny Xiao2014-05-031-0/+1
|
* Add transfer repositoryUnknown2014-04-041-1/+1
|
* fix init-tabs bugFuXiaoHei2014-03-261-1/+1
|
* change css name styleFuXiaoHei2014-03-251-1/+1
|
* update admin nav uiFuXiaoHei2014-03-211-1/+1
|
* All configuration reload-ableUnknown2014-03-211-0/+8