Skip to content

Commit 6b75d44

Browse files
committed
also use markdown-supporting statuses in pop-up
1 parent 415175d commit 6b75d44

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/repo/commit_statuses.tmpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
{{range .Statuses}}
55
<div class="ui item singular-status">
66
<span>{{template "repo/commit_status" .}}</span>
7-
<span class="ui">{{.Context}} <span class="text grey">{{.Description}}</span></span>
7+
<span class="ui">{{.Context}}</span>
88
{{if .TargetURL}}
99
<div class="ui right"><a href="{{.TargetURL}}" target="_blank" rel="noopener noreferrer">{{$.root.i18n.Tr "repo.pulls.status_checks_details"}}</a></div>
1010
{{end}}
11+
<div class="ui status-segment markup">{{.Description|Md2html}}</div>
1112
</div>
1213
{{end}}
1314
</div>

0 commit comments

Comments
 (0)