|
|
@ -7,9 +7,9 @@
|
|
|
|
{{if .IsClosed}}
|
|
|
|
{{if .IsClosed}}
|
|
|
|
{{svg "octicon-git-pull-request" 16 "text red"}}
|
|
|
|
{{svg "octicon-git-pull-request" 16 "text red"}}
|
|
|
|
{{else}}
|
|
|
|
{{else}}
|
|
|
|
{{if and .PullRequest .PullRequest.IsWorkInProgress ctx}}
|
|
|
|
{{if and .PullRequest (.PullRequest.IsWorkInProgress ctx)}}
|
|
|
|
{{svg "octicon-git-pull-request-draft" 16 "text grey"}}
|
|
|
|
{{svg "octicon-git-pull-request-draft" 16 "text grey"}}
|
|
|
|
{{else if and .GetPullRequest .GetPullRequest.IsWorkInProgress ctx}}
|
|
|
|
{{else if and .GetPullRequest (.GetPullRequest.IsWorkInProgress ctx)}}
|
|
|
|
{{svg "octicon-git-pull-request-draft" 16 "text grey"}}
|
|
|
|
{{svg "octicon-git-pull-request-draft" 16 "text grey"}}
|
|
|
|
{{else}}
|
|
|
|
{{else}}
|
|
|
|
{{svg "octicon-git-pull-request" 16 "text green"}}
|
|
|
|
{{svg "octicon-git-pull-request" 16 "text green"}}
|
|
|
|