mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
fixed path for custom theme item-page
This commit is contained in:
@@ -9,7 +9,7 @@ import { fadeInOut } from '../../../../../app/shared/animations/fade';
|
|||||||
*/
|
*/
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'ds-item-page',
|
selector: 'ds-item-page',
|
||||||
// styleUrls: ['../item-page.component.scss'],
|
// styleUrls: ['./item-page.component.scss'],
|
||||||
styleUrls: ['../../../../../app/+item-page/simple/item-page.component.scss'],
|
styleUrls: ['../../../../../app/+item-page/simple/item-page.component.scss'],
|
||||||
// templateUrl: './item-page.component.html',
|
// templateUrl: './item-page.component.html',
|
||||||
templateUrl: '../../../../../app/+item-page/simple/item-page.component.html',
|
templateUrl: '../../../../../app/+item-page/simple/item-page.component.html',
|
||||||
|
Reference in New Issue
Block a user