Skip to content

Commit 65ad636

Browse files
authored
Separate the details links of commit-statuses in headers (go-gitea#18661) (go-gitea#18730)
Backport go-gitea#18661
1 parent f9a0ae1 commit 65ad636

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/repo/commit_statuses.tmpl

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<div class="ui popup very wide fixed basic commit-statuses">
33
<div class="ui relaxed list divided">
44
{{range .Statuses}}
5-
<div class="ui item singular-status">
5+
<div class="ui item singular-status df">
66
<span>{{template "repo/commit_status" .}}</span>
7-
<span class="ui">{{.Context}} <span class="text grey">{{.Description}}</span></span>
7+
<span class="ui f1">{{.Context}} <span class="text grey">{{.Description}}</span></span>
88
{{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>
9+
<div class="ui"><a href="{{.TargetURL}}" target="_blank" rel="noopener noreferrer">{{$.root.i18n.Tr "repo.pulls.status_checks_details"}}</a></div>
1010
{{end}}
1111
</div>
1212
{{end}}

0 commit comments

Comments
 (0)