diff --git a/templates/repo/commit_statuses.tmpl b/templates/repo/commit_statuses.tmpl index 533cd5a8bc54..67601d44105c 100644 --- a/templates/repo/commit_statuses.tmpl +++ b/templates/repo/commit_statuses.tmpl @@ -12,7 +12,7 @@ {{template "repo/pulls/status" (dict "CommitStatuses" .Statuses "CommitStatus" .Status - "IsTippy" true + "IsPopup" true "is_context_required" .root.is_context_required )}} diff --git a/templates/repo/pulls/status.tmpl b/templates/repo/pulls/status.tmpl index 995fcded55a9..17b614b64672 100644 --- a/templates/repo/pulls/status.tmpl +++ b/templates/repo/pulls/status.tmpl @@ -2,12 +2,12 @@ Template Attributes: * CommitStatus: summary of all commit status state * CommitStatuses: all commit status elements -* IsTippy: whether this template is the content of tippy +* IsPopup: whether this template is in a popup * is_context_required: Used in pull request commit status check table */}} {{if .CommitStatus}} -
+
{{if eq .CommitStatus.State "pending"}} {{ctx.Locale.Tr "repo.pulls.status_checking"}} @@ -23,7 +23,7 @@ Template Attributes: {{ctx.Locale.Tr "repo.pulls.status_checking"}} {{end}} - {{if not .IsTippy}} + {{if not .IsPopup}}