diff --git a/app/components/version-list/row.hbs b/app/components/version-list/row.hbs
index 97a3bc2c2bb..7d90edbed89 100644
--- a/app/components/version-list/row.hbs
+++ b/app/components/version-list/row.hbs
@@ -45,6 +45,23 @@
{{or @version.published_by.name @version.published_by.login}}
+ {{else if @version.trustpubPublisher}}
+
+ via
+ {{#if @version.trustpubUrl}}
+
+ {{#if (eq @version.trustpub_data.provider "github")}}
+ {{svg-jar "github"}}
+ {{/if}}
+ {{@version.trustpubPublisher}}
+
+ {{else}}
+ {{#if (eq @version.trustpub_data.provider "github")}}
+ {{svg-jar "github"}}
+ {{/if}}
+ {{@version.trustpubPublisher}}
+ {{/if}}
+
{{/if}}