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 415175d commit 6b75d44Copy full SHA for 6b75d44
templates/repo/commit_statuses.tmpl
@@ -4,10 +4,11 @@
4
{{range .Statuses}}
5
<div class="ui item singular-status">
6
<span>{{template "repo/commit_status" .}}</span>
7
- <span class="ui">{{.Context}} <span class="text grey">{{.Description}}</span></span>
+ <span class="ui">{{.Context}}</span>
8
{{if .TargetURL}}
9
<div class="ui right"><a href="{{.TargetURL}}" target="_blank" rel="noopener noreferrer">{{$.root.i18n.Tr "repo.pulls.status_checks_details"}}</a></div>
10
{{end}}
11
+ <div class="ui status-segment markup">{{.Description|Md2html}}</div>
12
</div>
13
14
0 commit comments