gitea/templates/repo/issue
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
..
labels Fix label display on new issues (#13590) 2020-11-17 07:02:41 +02:00
view_content Fix label display on new issues (#13590) 2020-11-17 07:02:41 +02:00
branch_selector_field.tmpl
choose.tmpl
comment_tab.tmpl
label_precolors.tmpl
labels.tmpl
list.tmpl
milestone_issues.tmpl
milestone_new.tmpl
milestones.tmpl
navbar.tmpl
new_form.tmpl Fix label display on new issues (#13590) 2020-11-17 07:02:41 +02:00
new.tmpl
search.tmpl
view_content.tmpl
view_title.tmpl
view.tmpl