summaryrefslogtreecommitdiffstats
path: root/templates/org/team
Commit message (Collapse)AuthorAgeFilesLines
* #3348 always use relative avatar link in the templateUnknwon2016-08-052-2/+2
|
* Refactor User.Id to User.IDUnknwon2016-07-244-9/+9
|
* Upgrade octicon to 4.3.0Unknwon2016-07-161-1/+1
|
* #2497 incorrect error handle for team nameUnknwon2016-01-291-4/+4
|
* Indent all templates with tabsAdam Strzelecki2015-12-085-206/+206
| | | | | | | | | | | | 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-225-199/+219
|
* fix template errorUnknwon2015-08-101-1/+1
|
* UI: Confirmation boxUnknwon2014-09-281-1/+8
|
* Add suburl supportUnknwon2014-09-193-3/+3
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-183-3/+3
| | | | | | | | | | | | | | 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
* UI fixUnknwon2014-09-131-2/+2
|
* Removed trailing white spacesTristan Storch2014-08-301-3/+3
| | | | | | | | | | Removed trailing whitespaces with ```sh for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done ``` and some handwork.
* Finsih add/remove repo in organizationUnknwon2014-08-262-2/+47
|
* Finish new edit team page, add member to teamUnknwon2014-08-244-15/+65
|
* Working on organization pagesUnknwon2014-08-233-0/+44
|
* Finish team list, create new team, join/leave team pageUnknwon2014-08-162-0/+90