mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 02:24:11 +00:00
Fixed commented out references to html and scss component files
This commit is contained in:
@@ -3,9 +3,9 @@ import { BrowseByTitlePageComponent as BaseComponent } from '../../../../../app/
|
|||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'ds-browse-by-title-page',
|
selector: 'ds-browse-by-title-page',
|
||||||
// styleUrls: ['./browse-by-date-page.component.scss'],
|
// styleUrls: ['./browse-by-title-page.component.scss'],
|
||||||
styleUrls: ['../../../../../app/browse-by/browse-by-metadata-page/browse-by-metadata-page.component.scss'],
|
styleUrls: ['../../../../../app/browse-by/browse-by-metadata-page/browse-by-metadata-page.component.scss'],
|
||||||
// templateUrl: './browse-by-date-page.component.html'
|
// templateUrl: './browse-by-title-page.component.html'
|
||||||
templateUrl: '../../../../../app/browse-by/browse-by-metadata-page/browse-by-metadata-page.component.html'
|
templateUrl: '../../../../../app/browse-by/browse-by-metadata-page/browse-by-metadata-page.component.html'
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user