summaryrefslogtreecommitdiffstats
path: root/templates/status/500.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Indent all templates with tabsAdam Strzelecki2015-12-081-5/+5
| | | | | | | | | | | | 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 #2020Unknwon2015-11-241-1/+1
|
* #1545 Cross reference the commit from the issue when it is closed by the commitUnknwon2015-08-301-5/+4
|
* 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
* Merge branch 'dev' of github.com:gogits/gogs into devUnknwon2014-07-261-2/+2
|\ | | | | | | | | Conflicts: templates/status/500.tmpl
| * Change "an error is occurred" to "has occurred"Ciaran Downey2014-07-251-2/+2
| |
* | New UI merge in progressUnknwon2014-07-261-6/+6
|/
* Add flashUnknown2014-04-101-2/+2
|
* change css name styleFuXiaoHei2014-03-251-1/+1
|
* 404 and 500 page uiFuXiaoHei2014-03-231-1/+4
|
* use ctx.Handle to handle 404 pageFuXiaoHei2014-03-231-0/+7