File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
<div class="ui popup very wide fixed basic commit-statuses">
3
3
<div class="ui relaxed list divided">
4
4
{{range .Statuses}}
5
- <div class="ui item singular-status">
5
+ <div class="ui item singular-status df ">
6
6
<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>
8
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>
9
+ <div class="ui"><a href="{{.TargetURL}}" target="_blank" rel="noopener noreferrer">{{$.root.i18n.Tr "repo.pulls.status_checks_details"}}</a></div>
10
10
{{end}}
11
11
</div>
12
12
{{end}}
You can’t perform that action at this time.
0 commit comments