@@ -35,9 +35,7 @@
-
-
-
+
diff --git a/src/app/+collection-page/collection-page.component.ts b/src/app/+collection-page/collection-page.component.ts
index 41afbf2115..32908dd566 100644
--- a/src/app/+collection-page/collection-page.component.ts
+++ b/src/app/+collection-page/collection-page.component.ts
@@ -41,6 +41,8 @@ export class CollectionPageComponent implements OnInit {
logoRD$: Observable>;
paginationConfig: PaginationComponentOptions;
sortConfig: SortOptions;
+ thisurl = "http://localhost:3000/collections/07a39181-b4bf-43cf-9975-5a1a01de7ac8";
+
private paginationChanges$: Subject<{
paginationConfig: PaginationComponentOptions,
sortConfig: SortOptions
diff --git a/src/app/shared/comcol-page-browse-by/comcol-page-browse-by.component.html b/src/app/shared/comcol-page-browse-by/comcol-page-browse-by.component.html
index 07629ef791..38bbb2e2c1 100644
--- a/src/app/shared/comcol-page-browse-by/comcol-page-browse-by.component.html
+++ b/src/app/shared/comcol-page-browse-by/comcol-page-browse-by.component.html
@@ -1,7 +1,7 @@
{{'browse.comcol.head' | translate}}
\ No newline at end of file
diff --git a/src/app/shared/comcol-page-browse-by/comcol-page-browse-by.component.ts b/src/app/shared/comcol-page-browse-by/comcol-page-browse-by.component.ts
index 165f1aea97..950d122425 100644
--- a/src/app/shared/comcol-page-browse-by/comcol-page-browse-by.component.ts
+++ b/src/app/shared/comcol-page-browse-by/comcol-page-browse-by.component.ts
@@ -16,8 +16,8 @@ export class ComcolPageBrowseByComponent implements OnInit {
* The ID of the Community or Collection
*/
@Input() id: string;
- @Input() url: string;
-
+ @Input() thisurl: string;
+
/**
* List of currently active browse configurations
*/