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.
forgejo/routers
silverwind b83825253e
Fix label display on new issues (#13590)
* Fix label display on new issues

PR #13570 broke label rendering for new issues and pulls because
missed the fact that the code was relying on the DOM elements being
toggled by JavaScript.

On top of that, the label rendering for new issues and pull was using
an outdated template which I consolidated in a new shared template.

* remove wrapper element and style tweaks

* style tweaks

* use shared template for whole label list

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
4 years ago
..
admin Add email validity check (#13475) 4 years ago
api/v1 Add email validity check (#13475) 4 years ago
dev Display ui time with customize time location (#7792) 5 years ago
events Add EventSource support (#11235) 4 years ago
org Add markdown support in organization description (#13549) 4 years ago
private Prevent git operations for inactive users (#13527) 4 years ago
repo Fix label display on new issues (#13590) 4 years ago
routes Use mount but not register for chi routes (#13555) 4 years ago
user Add email validity check (#13475) 4 years ago
utils Return the full rejection message and errors in flash errors (#13221) 4 years ago
home.go Simplify CheckUnitUser logic (#12854) 4 years ago
init.go Move install pages out of main macaron routes (#13195) 4 years ago
install.go Use mount but not register for chi routes (#13555) 4 years ago
metrics.go Use gitea forked macaron (#7933) 5 years ago
swagger_json.go Add gitea-vet (#10948) 4 years ago