0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-03-28 00:12:47 +01:00

Add class "list-header-filters" to the div for projects (#36889)

closes #36886
This commit is contained in:
Tyrone Yeh 2026-03-25 01:23:13 +08:00 committed by GitHub
parent 66b8178e59
commit c96cc70144
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@
<div class="ui container flex-text-block project-header">
<h2>{{.Project.Title}}</h2>
<div class="tw-flex-1"></div>
<div class="ui secondary menu tw-m-0">
<div class="list-header-filters ui secondary menu tw-m-0">
{{$queryLink := QueryBuild "?" "labels" .SelectLabels "assignee" $.AssigneeID "milestone" $.MilestoneID "archived_labels" (Iif $.ShowArchivedLabels "true")}}
{{template "repo/issue/filter_item_label" dict "Labels" .Labels "QueryLink" $queryLink "SupportArchivedLabel" true}}
{{template "repo/issue/filter_item_user_assign" dict