lib/pact_broker/ui/views/matrix/show.haml in pact_broker-2.40.0 vs lib/pact_broker/ui/views/matrix/show.haml in pact_broker-2.41.0
- old
+ new
@@ -117,11 +117,11 @@
- line.other_consumer_version_tags.each do | tag |
.tag-parent{"title": tag.tooltip, "data-toggle": "tooltip", "data-placement": "right"}
%a{href: tag.url}
.tag.label.label-default
= tag.name
- %td.pact-published{'data-sort-value' => line.pact_published_order, "title": line.inherited_verification_message, "data-toggle": "tooltip"}
+ %td.pact-published{'data-sort-value' => line.pact_published_order, "data-toggle": "tooltip", "title": line.pact_version_sha_message, "data-placement": "right", "data-pact-version-sha": line.pact_version_sha}
%a{href: line.pact_publication_date_url}
- if options.all_rows_checked
= "#{line.pact_publication_date} (revision #{line.pact_revision_number})"
- else
= line.pact_publication_date
@@ -144,16 +144,13 @@
- line.other_provider_version_tags.each do | tag |
.tag-parent{"title": tag.tooltip, "data-toggle": "tooltip", "data-placement": "right"}
%a{href: tag.url}
.tag.label.label-default
= tag.name
- %td.verification-result{class: line.verification_status_class, "title": line.inherited_verification_message, "data-toggle": "tooltip"}
+ %td.verification-result{class: line.verification_status_class, "title": line.pre_verified_message, "data-toggle": "tooltip", "data-placement": "left"}
%a{href: line.verification_status_url}
- if options.all_rows_checked && line.number
- = "#{line.pseudo_branch_verification_status} (number #{line.number})"
+ = "#{line.verification_status} (number #{line.number})"
- else
- = line.pseudo_branch_verification_status
-
- :javascript
- $(document).ready(function(){
- initializeClipper(".clippable");
- });
+ = line.verification_status
+ - if line.pre_verified_message
+ %span.glyphicon.glyphicon-time.pre-verified-icon{"aria-hidden": true}