We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75d3580 commit e92bde5Copy full SHA for e92bde5
lib/pact_broker/ui/views/index/show-with-tags.haml
@@ -67,7 +67,7 @@
67
- index_item.provider_version_latest_tag_names.each do | tag_name |
68
.tag.label.label-primary
69
= escape_html(tag_name)
70
- %td
+ %td{"data-text": index_item.publication_date_of_latest_pact_order}
71
= index_item.publication_date_of_latest_pact.gsub("about ", "")
72
%td{ class: index_item.webhook_status }
73
- if index_item.show_webhook_status?
0 commit comments