We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d819635 commit 6fd1c67Copy full SHA for 6fd1c67
templates/repo/commit_statuses.tmpl
@@ -3,8 +3,8 @@
3
<div class="ui relaxed list divided">
4
{{range .Statuses}}
5
<div class="ui item singular-status df">
6
- <span>{{template "repo/commit_status" .}}</span>
7
- <span class="ui ml-2 f1">{{.Context}} <span class="text grey">{{.Description}}</span></span>
+ {{template "repo/commit_status" .}}
+ <span class="ui ml-3 f1">{{.Context}} <span class="text grey">{{.Description}}</span></span>
8
{{if .TargetURL}}
9
<a class="ml-3" href="{{.TargetURL}}" target="_blank" rel="noopener noreferrer">{{$.root.locale.Tr "repo.pulls.status_checks_details"}}</a>
10
{{end}}
0 commit comments