From b50bd9a8d3dc4d6a7e5e6a3d5ccb4b899297e79d Mon Sep 17 00:00:00 2001 From: Beth Skurrie Date: Wed, 7 Feb 2018 08:26:20 +1100 Subject: [PATCH] feat(matrix ui): show row count --- lib/pact_broker/ui/views/matrix/show.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/pact_broker/ui/views/matrix/show.haml b/lib/pact_broker/ui/views/matrix/show.haml index c7987740b..4061c40a0 100644 --- a/lib/pact_broker/ui/views/matrix/show.haml +++ b/lib/pact_broker/ui/views/matrix/show.haml @@ -72,7 +72,8 @@ %input{type: 'submit'} - + %p{style: 'text-align:right'} + = "#{lines.size} lines" %table.table.table-bordered.table-striped{id: 'matrix'} %thead %th.consumer