You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/templates
silverwind 4a58a8ca31
Make the 500 page load themes (#24953)
The 500 page was not loading theme CSS, so always appeared in light
theme. This extracts the stylesheets into a shared template used by all
pages.

<img width="1262" alt="image"
src="https://github.com/go-gitea/gitea/assets/115237/72222b8d-a523-40d0-aa91-b9db32e5625d">

Small related rant: I think there should only be one `<head>` in all of
the templates, but I see it was deliberatly done that the 500 page has
its own `<head>` because "it should only depend the minimal template
functions", but I disagree because we are missing a lot of things that
are in the regular `<head>`.
2 years ago
..
admin Improve some Forms (#24878) 2 years ago
api/packages/pypi Remove incorrect HTML self close tag (#23748) 2 years ago
base Make the 500 page load themes (#24953) 2 years ago
code Use data-tooltip-content for tippy tooltip (#23649) 2 years ago
custom Add footer extra links template (#9576) 5 years ago
devtest Improve button-ghost, remove tertiary button (#24692) 2 years ago
explore Add Link to Stars and Forks Page to Repo List (#24931) 2 years ago
mail Remove incorrect HTML self close tag (#23748) 2 years ago
org Improve some Forms (#24878) 2 years ago
package Add CRAN package registry (#22331) 2 years ago
projects Use `shared/issueicon` template in projects (#24922) 2 years ago
repo Improve some Forms (#24878) 2 years ago
shared Show `bot` label next to username when rendering autor link if the user is a bot (#24943) 2 years ago
status Make the 500 page load themes (#24953) 2 years ago
swagger Add the ability to pin Issues (#24406) 2 years ago
user Improve some Forms (#24878) 2 years ago
home.tmpl Improve home page template, fix Sort dropdown menu flash (#23856) 2 years ago
install.tmpl Unification of registration fields order (#24737) 2 years ago
post-install.tmpl Remove incorrect HTML self close tag (#23748) 2 years ago