0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-02-25 15:25:51 -05:00
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>
2020-11-17 07:02:41 +02:00
..
admin Add email validity check (#13475) 2020-11-14 11:53:43 -05:00
api/v1 Add email validity check (#13475) 2020-11-14 11:53:43 -05:00
dev
events
org Add markdown support in organization description (#13549) 2020-11-15 16:28:08 +00:00
private Prevent git operations for inactive users (#13527) 2020-11-13 01:29:11 +02:00
repo Fix label display on new issues (#13590) 2020-11-17 07:02:41 +02:00
routes Use mount but not register for chi routes (#13555) 2020-11-16 15:33:41 +08:00
user Add email validity check (#13475) 2020-11-14 11:53:43 -05:00
utils
home.go
init.go
install.go Use mount but not register for chi routes (#13555) 2020-11-16 15:33:41 +08:00
metrics.go
swagger_json.go