Skip to content

Commit

Permalink
fix(matrix): undefined method
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Oct 9, 2019
1 parent 4369f22 commit b365c64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/pact_broker/ui/views/matrix/show.haml
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@
%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 && line.number
= "#{line.verification_status} (number #{line.number})"
= "#{line.pseudo_branch_verification_status} (number #{line.number})"
- else
= line.verification_status
= line.pseudo_branch_verification_status

:javascript
$(document).ready(function(){
Expand Down

0 comments on commit b365c64

Please sign in to comment.