Skip to content

Commit b365c64

Browse files
committed
fix(matrix): undefined method
1 parent 4369f22 commit b365c64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,9 @@
149149
%td.verification-result{class: line.verification_status_class, "title": line.inherited_verification_message, "data-toggle": "tooltip"}
150150
%a{href: line.verification_status_url}
151151
- if options.all_rows_checked && line.number
152-
= "#{line.verification_status} (number #{line.number})"
152+
= "#{line.pseudo_branch_verification_status} (number #{line.number})"
153153
- else
154-
= line.verification_status
154+
= line.pseudo_branch_verification_status
155155

156156
:javascript
157157
$(document).ready(function(){

0 commit comments

Comments
 (0)