0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-27 04:24:37 +01:00
gitea/templates/repo
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
..
branch [RFC] Make archival asynchronous (#11296) 2020-11-07 22:27:28 +02:00
diff Render diff stats server-side (#13579) 2020-11-15 23:50:06 +00:00
editor Use monaco for the git hook editor (#13552) 2020-11-13 22:57:34 -05:00
graph fix: issue tracker link redirection (#13504) 2020-11-10 23:27:11 +02:00
issue Fix label display on new issues (#13590) 2020-11-17 07:02:41 +02:00
migrate
projects Added title and action buttons to Project view page (#13437) 2020-11-09 22:46:19 -05:00
pulls
release Fix tooltips and issue dependency styles (#13458) 2020-11-10 20:28:07 +02:00
settings Use monaco for the git hook editor (#13552) 2020-11-13 22:57:34 -05:00
wiki Change search and filter icons to SVG (#13473) 2020-11-09 18:21:47 +00:00
activity.tmpl
blame.tmpl
branch_dropdown.tmpl Change search and filter icons to SVG (#13473) 2020-11-09 18:21:47 +00:00
commit_page.tmpl
commit_status.tmpl
commits.tmpl
commits_list.tmpl
commits_list_small.tmpl
commits_table.tmpl Fix tooltips and issue dependency styles (#13458) 2020-11-10 20:28:07 +02:00
create.tmpl Fix tooltips and issue dependency styles (#13458) 2020-11-10 20:28:07 +02:00
empty.tmpl
forks.tmpl
graph.tmpl Multiple GitGraph improvements: Exclude PR heads, Add branch/PR links, Show only certain branches, (#12766) 2020-11-08 12:21:54 -05:00
header.tmpl
header_icon.tmpl
home.tmpl [RFC] Make archival asynchronous (#11296) 2020-11-07 22:27:28 +02:00
search.tmpl Change search and filter icons to SVG (#13473) 2020-11-09 18:21:47 +00:00
shabox_badge.tmpl
sub_menu.tmpl
upload.tmpl
user_cards.tmpl
view_file.tmpl Fix tooltips and issue dependency styles (#13458) 2020-11-10 20:28:07 +02:00
view_list.tmpl
watchers.tmpl