0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-28 04:08:25 +01:00
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)
2023-06-18 17:33:12 +00:00
..
fields
labels
milestone
view_content
branch_selector_field.tmpl
choose.tmpl
comment_tab.tmpl
label_precolors.tmpl
labels.tmpl
list.tmpl Fix label list divider (#25312) 2023-06-18 17:33:12 +00:00
milestone_issues.tmpl
milestone_new.tmpl
milestones.tmpl Fix UI on mobile view (#25315) 2023-06-18 10:31:42 +00:00
navbar.tmpl Fix UI on mobile view (#25315) 2023-06-18 10:31:42 +00:00
new_form.tmpl Use fetch to send requests to create issues/comments (#25258) 2023-06-16 06:32:43 +00:00
new.tmpl
openclose.tmpl
search.tmpl Fix UI on mobile view (#25315) 2023-06-18 10:31:42 +00:00
view_content.tmpl Use fetch to send requests to create issues/comments (#25258) 2023-06-16 06:32:43 +00:00
view_title.tmpl
view.tmpl