Skip to content

Commit

Permalink
fix: fix missing verification status colours in matrix rows
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Feb 25, 2021
1 parent 29a54b6 commit d91662d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/pact_broker/ui/view_models/matrix_line.rb
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ def pact_published_order

def verification_status_class
case @line.success
when true then 'success'
when false then 'danger'
when true then 'table-success'
when false then 'table-danger'
else ''
end
end
Expand Down

0 comments on commit d91662d

Please sign in to comment.