Skip to content

Commit 766f7c0

Browse files
committed
fix: only show verification matrix number when verification is present
1 parent 56528d3 commit 766f7c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pact_broker/ui/views/matrix/show.haml

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
= tag.name
145145
%td.verification-result{class: line.verification_status_class, "title": line.inherited_verification_message, "data-toggle": "tooltip"}
146146
%a{href: line.verification_status_url}
147-
- if options.all_rows_checked
147+
- if options.all_rows_checked && line.number
148148
= "#{line.verification_status} (number #{line.number})"
149149
- else
150150
= line.verification_status

0 commit comments

Comments
 (0)