File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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}}
You can’t perform that action at this time.
0 commit comments