Skip to content

Commit b50bd9a

Browse files
committed
feat(matrix ui): show row count
1 parent 989e6e3 commit b50bd9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@
7272
%input{type: 'submit'}
7373

7474

75-
75+
%p{style: 'text-align:right'}
76+
= "#{lines.size} lines"
7677
%table.table.table-bordered.table-striped{id: 'matrix'}
7778
%thead
7879
%th.consumer

0 commit comments

Comments
 (0)