Skip to content

Commit

Permalink
style: add missing tr to matrix thead
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Oct 23, 2018
1 parent 0c9a08a commit 27eb83c
Showing 1 changed file with 19 additions and 18 deletions.
37 changes: 19 additions & 18 deletions lib/pact_broker/ui/views/matrix/show.haml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 27eb83c

Please sign in to comment.