From 27eb83cbfc752dcc50c924c6f25cf981a617a535 Mon Sep 17 00:00:00 2001 From: Beth Skurrie Date: Tue, 23 Oct 2018 19:55:41 +1100 Subject: [PATCH] style: add missing tr to matrix thead --- lib/pact_broker/ui/views/matrix/show.haml | 37 ++++++++++++----------- 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/lib/pact_broker/ui/views/matrix/show.haml b/lib/pact_broker/ui/views/matrix/show.haml index 5eb3381e6..7190a7eba 100644 --- a/lib/pact_broker/ui/views/matrix/show.haml +++ b/lib/pact_broker/ui/views/matrix/show.haml @@ -76,24 +76,25 @@ = "#{lines.size} rows" %table.table.table-bordered.table-striped{id: 'matrix'} %thead - %th.consumer - = "Consumer" - %span.glyphicon.glyphicon-sort.sort - %th.consumer-version - = "Consumer Version" - %span.glyphicon.glyphicon-sort.sort - %th.pact-published - = "Pact Published" - %span.glyphicon.glyphicon-sort.sort - %th.provider - = "Provider" - %span.glyphicon.glyphicon-sort.sort - %th.provider-version - = "Provider Version" - %span.glyphicon.glyphicon-sort.sort - %th.verification-result - Pact verified - %span.glyphicon.glyphicon-sort.sort + %tr + %th.consumer + = "Consumer" + %span.glyphicon.glyphicon-sort.sort + %th.consumer-version + = "Consumer Version" + %span.glyphicon.glyphicon-sort.sort + %th.pact-published + = "Pact Published" + %span.glyphicon.glyphicon-sort.sort + %th.provider + = "Provider" + %span.glyphicon.glyphicon-sort.sort + %th.provider-version + = "Provider Version" + %span.glyphicon.glyphicon-sort.sort + %th.verification-result + Pact verified + %span.glyphicon.glyphicon-sort.sort %tbody - lines.each do | line | %tr