summaryrefslogtreecommitdiffstats
path: root/templates/status/500.tmpl
Commit message (Expand)AuthorAgeFilesLines
* Show OAuth2 errors to end users (#25261) (#25271)Giteabot2023-06-151-0/+5
* Fix mobile navbar and misc cleanups (#25134) (#25169)Giteabot2023-06-111-3/+5
* Improve notification icon and navbar (#25111) (#25124)Giteabot2023-06-081-1/+1
* Remove meta tags `theme-color` and `default-theme` (#24960)silverwind2023-05-281-2/+2
* Make the 500 page load themes (#24953)silverwind2023-05-271-1/+1
* Remove meta charset from HTML5 documents (#24744)silverwind2023-05-161-1/+0
* Improve template system and panic recovery (#24461)wxiaoguang2023-05-041-34/+59
* Fix template function DateTime (#24317)wxiaoguang2023-04-251-1/+1
* Improve some modal action buttons (#24289)wxiaoguang2023-04-241-1/+1
* Show friendly 500 error page to users and developers (#24110)wxiaoguang2023-04-141-9/+32
* Remove incorrect HTML self close tag (#23748)wxiaoguang2023-03-271-1/+1
* Move helpers to be prefixed with `gt-` (#22879)zeripath2023-02-131-1/+1
* Add main landmark to templates and adjust titles (#22670)Felipe Leopoldo Sologuren Gutiérrez2023-02-011-1/+1
* Remove fomantic image module (#21145)silverwind2022-09-121-1/+1
* Refactor `i18n` to `locale` (#20153)Gusted2022-06-271-3/+3
* Refactor HTTP request context (#17979)wxiaoguang2021-12-151-2/+4
* Rename StaticUrlPrefix to AssetUrlPrefix (#15779)silverwind2021-05-081-1/+1
* Style and template tweaks (#13828)silverwind2020-12-041-1/+1
* Add class to page content to unify top margin (#13766)silverwind2020-11-301-1/+1
* Make error pages translatable (#11163)65432020-04-271-3/+3
* fix 404 and 500 image size in small size screen (#11043)赵智超2020-04-111-1/+1
* [assets] configurable URL for static resources (#7911)Jakob Ackermann2019-10-221-1/+1
* Provide better panic handling (#5902)zeripath2019-01-301-1/+2
* Add gitea/issues link to 500 page (#4654)SagePtr2018-08-111-0/+1
* Indent all templates with tabsAdam Strzelecki2015-12-081-5/+5
* 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. http://mydomain....Martin van Beurden2014-09-181-1/+1
* Merge branch 'dev' of github.com:gogits/gogs into devUnknwon2014-07-261-2/+2
|\
| * 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