File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 15
15
{{end}}
16
16
17
17
<div class="list-header">
18
- {{template "repo/issue/navbar" .}}
19
18
{{template "repo/issue/search" .}}
19
+ <a class="ui small button" href="{{.RepoLink}}/labels">{{ctx.Locale.Tr "repo.labels"}}</a>
20
+ <a class="ui small button" href="{{.RepoLink}}/milestones">{{ctx.Locale.Tr "repo.milestones"}}</a>
20
21
{{if not .Repository.IsArchived}}
21
22
{{if .PageIsIssueList}}
22
23
<a class="ui small primary button issue-list-new" href="{{.RepoLink}}/issues/new{{if .NewIssueChooseTemplate}}/choose{{end}}">{{ctx.Locale.Tr "repo.issues.new"}}</a>
Original file line number Diff line number Diff line change 5
5
gap : .5rem ;
6
6
}
7
7
8
+ .list-header > .ui .button {
9
+ margin : 0 ;
10
+ }
11
+
8
12
.list-header-search {
9
13
display : flex;
10
14
flex : 1 ;
You can’t perform that action at this time.
0 commit comments