File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ type Manager struct {
43
43
runningServerWaitGroup sync.WaitGroup
44
44
createServerWaitGroup sync.WaitGroup
45
45
terminateWaitGroup sync.WaitGroup
46
- shutdownRequested chan struct {}
46
+ shutdownRequested chan struct {}
47
47
}
48
48
49
49
func newGracefulManager (ctx context.Context ) * Manager {
Original file line number Diff line number Diff line change 20
20
<div class="ui purple large label"><i class="octicon octicon-git-pull-request"></i> {{.i18n.Tr "repo.pulls.merged"}}</div>
21
21
{{else if .Issue.IsClosed}}
22
22
<div class="ui red large label"><i class="octicon octicon-issue-closed"></i> {{.i18n.Tr "repo.issues.closed_title"}}</div>
23
+ {{else if .Issue.IsPull}}
24
+ <div class="ui green large label"><i class="octicon octicon-git-pull-request"></i> {{.i18n.Tr "repo.issues.open_title"}}</div>
23
25
{{else}}
24
26
<div class="ui green large label"><i class="octicon octicon-issue-opened"></i> {{.i18n.Tr "repo.issues.open_title"}}</div>
25
27
{{end}}
You can’t perform that action at this time.
0 commit comments