Skip to content

Commit

Permalink
feat: show verification number in matrix when viewing all results
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Mar 15, 2018
1 parent ddb14b2 commit 5693430
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/pact_broker/ui/views/matrix/show.haml
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,7 @@
= tag.name
%td.verification-result{class: line.verification_status_class}
%a{href: line.verification_status_url}
= line.verification_status
- if options.all_rows_checked
= "#{line.verification_status} (number #{line.number})"
- else
= line.verification_status

0 comments on commit 5693430

Please sign in to comment.