File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
{{template "repo/pulls/status" (dict
13
13
"CommitStatuses" .Statuses
14
14
"CommitStatus" .Status
15
- "IsTippy " true
15
+ "IsPopup " true
16
16
"is_context_required" .root.is_context_required
17
17
)}}
18
18
</div>
Original file line number Diff line number Diff line change 2
2
Template Attributes:
3
3
* CommitStatus: summary of all commit status state
4
4
* CommitStatuses: all commit status elements
5
- * IsTippy : whether this template is the content of tippy
5
+ * IsPopup : whether this template is in a popup
6
6
* is_context_required: Used in pull request commit status check table
7
7
*/}}
8
8
9
9
{{if .CommitStatus}}
10
- <div class="{{if .IsTippy }}tippy-commit-status{{else}}pr-commit-status{{end}}">
10
+ <div class="{{if .IsPopup }}tippy-commit-status{{else}}pr-commit-status{{end}}">
11
11
<div class="ui attached header top">
12
12
{{if eq .CommitStatus.State "pending"}}
13
13
{{ctx.Locale.Tr "repo.pulls.status_checking"}}
@@ -23,7 +23,7 @@ Template Attributes:
23
23
{{ctx.Locale.Tr "repo.pulls.status_checking"}}
24
24
{{end}}
25
25
26
- {{if not .IsTippy }}
26
+ {{if not .IsPopup }}
27
27
<div class="ui right">
28
28
<a class="hide-all-checks muted"
29
29
data-show-all="{{ctx.Locale.Tr "repo.pulls.status_checks_show_all"}}"
You can’t perform that action at this time.
0 commit comments