Skip to content

Commit

Permalink
fix: only show verification matrix number when verification is present
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Apr 4, 2018
1 parent 56528d3 commit 766f7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pact_broker/ui/views/matrix/show.haml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
= tag.name
%td.verification-result{class: line.verification_status_class, "title": line.inherited_verification_message, "data-toggle": "tooltip"}
%a{href: line.verification_status_url}
- if options.all_rows_checked
- if options.all_rows_checked && line.number
= "#{line.verification_status} (number #{line.number})"
- else
= line.verification_status

0 comments on commit 766f7c0

Please sign in to comment.