summaryrefslogtreecommitdiffstats
path: root/templates/org/member
Commit message (Collapse)AuthorAgeFilesLines
* #3348 always use relative avatar link in the templateUnknwon2016-08-051-1/+1
|
* Refactor User.Id to User.IDUnknwon2016-07-241-7/+7
|
* Indent all templates with tabsAdam Strzelecki2015-12-082-58/+58
| | | | | | | | | | | | 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 #650Unknwon2015-11-222-59/+75
|
* Add suburl supportUnknwon2014-09-191-1/+1
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-181-1/+1
| | | | | | | | | | | | | | 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
* Finish new edit team page, add member to teamUnknwon2014-08-241-1/+1
|
* Finish team list, create new team, join/leave team pageUnknwon2014-08-162-0/+67