From 81fbab6bf85070c2b29f04840b6fbf132eed77aa Mon Sep 17 00:00:00 2001 From: Chris Houseknecht Date: Thu, 5 Jul 2018 17:19:39 -0400 Subject: [PATCH] Fix broken community link --- galaxyui/src/app/content-detail/content-detail.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galaxyui/src/app/content-detail/content-detail.component.ts b/galaxyui/src/app/content-detail/content-detail.component.ts index 4baf37561..909072405 100644 --- a/galaxyui/src/app/content-detail/content-detail.component.ts +++ b/galaxyui/src/app/content-detail/content-detail.component.ts @@ -127,7 +127,7 @@ export class ContentDetailComponent implements OnInit { if (this.namespace.is_vendor) { this.pageTitle = ` Vendors;/vendors;`; } else { - this.pageTitle = ` Community Authors;/authors;`; + this.pageTitle = ` Community Authors;/community;`; } // Append author namespace and repository name to breadcrumb