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/repo/issue
wxiaoguang bfab129fb9
Fix label list divider (#25312)
We only needs 2 lines to hide the dividers.

```
  $dropdownLabelFilter.dropdown('setting', {'hideDividers': 'empty'});
  $dropdownLabelFilter.dropdown('refreshItems');
```

Other code blocks are refactored by the way.


![image](https://github.com/go-gitea/gitea/assets/2114189/74989996-fcea-4df4-b534-b06f7957939a)


![image](https://github.com/go-gitea/gitea/assets/2114189/ee3b3761-b96e-4fb5-b646-e9d3117e5f40)
2 years ago
..
fields Add validations.required check to dropdown field (#24849) 2 years ago
labels Button and color enhancements (#24989) 2 years ago
milestone Improve dropdown menus, remove inline styles (#24954) 2 years ago
view_content Add template linting via djlint (#25212) 2 years ago
branch_selector_field.tmpl Add template linting via djlint (#25212) 2 years ago
choose.tmpl Add template linting via djlint (#25212) 2 years ago
comment_tab.tmpl Improve markdown editor: width, height, preferred (#23895) 2 years ago
label_precolors.tmpl Fix purple color in suggested label colors (#18241) 3 years ago
labels.tmpl Add template linting via djlint (#25212) 2 years ago
list.tmpl Fix label list divider (#25312) 2 years ago
milestone_issues.tmpl Add Progressbar to Milestone Page (#25050) 2 years ago
milestone_new.tmpl Add main landmark to templates and adjust titles (#22670) 2 years ago
milestones.tmpl Fix UI on mobile view (#25315) 2 years ago
navbar.tmpl Fix UI on mobile view (#25315) 2 years ago
new.tmpl Make Issue/PR/projects more compact, misc CSS tweaks (#24459) 2 years ago
new_form.tmpl Use fetch to send requests to create issues/comments (#25258) 2 years ago
openclose.tmpl Make Issue/PR/projects more compact, misc CSS tweaks (#24459) 2 years ago
search.tmpl Fix UI on mobile view (#25315) 2 years ago
view.tmpl Make Issue/PR/projects more compact, misc CSS tweaks (#24459) 2 years ago
view_content.tmpl Use fetch to send requests to create issues/comments (#25258) 2 years ago
view_title.tmpl Use flex to align SVG and text (#25163) 2 years ago