Skip to content

Commit 5693430

Browse files
committed
feat: show verification number in matrix when viewing all results
1 parent ddb14b2 commit 5693430

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

+4-1
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,7 @@
143143
= tag.name
144144
%td.verification-result{class: line.verification_status_class}
145145
%a{href: line.verification_status_url}
146-
= line.verification_status
146+
- if options.all_rows_checked
147+
= "#{line.verification_status} (number #{line.number})"
148+
- else
149+
= line.verification_status

0 commit comments

Comments
 (0)