This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/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 Change search and filter icons to SVG (#13473) 2020-11-09 18:21:47 +00:00
choose.tmpl
comment_tab.tmpl
label_precolors.tmpl
labels.tmpl
list.tmpl Add missing full names when DEFAULT_SHOW_FULL_NAME is enabled (#13417) 2020-11-04 11:11:19 +02:00
milestone_issues.tmpl Add missing full names when DEFAULT_SHOW_FULL_NAME is enabled (#13417) 2020-11-04 11:11:19 +02:00
milestone_new.tmpl
milestones.tmpl Comment box tweaks and SVG dropdown triangles (#13376) 2020-10-31 18:15:11 -04:00
navbar.tmpl
new.tmpl
new_form.tmpl Fix label display on new issues (#13590) 2020-11-17 07:02:41 +02:00
search.tmpl
view.tmpl
view_content.tmpl Fix double border introduced by #13434 (#13457) 2020-11-07 18:15:09 -05:00
view_title.tmpl Change search and filter icons to SVG (#13473) 2020-11-09 18:21:47 +00:00