1
0
Fork 0
forked from forgejo/forgejo

Add a checkbox to select all issues/PRs (#20177)

This commit is contained in:
Tyrone Yeh 2022-07-28 18:25:18 +08:00 committed by GitHub
parent 3bd8f50af8
commit 8b0e07e368
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 33 additions and 8 deletions

View file

@ -28,6 +28,12 @@
<div class="ui divider"></div>
<div id="issue-filters" class="ui stackable grid">
<div class="six wide column">
{{if $.CanWriteIssuesOrPulls}}
<div class="ui checkbox issue-checkbox-all vm">
<input type="checkbox"></input>
<label></label>
</div>
{{end}}
{{template "repo/issue/openclose" .}}
</div>
<div class="ten wide right aligned column">