[Library|Trunk]: Rename all portals with lowercase on other-portas component for consistency with navbar.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@56459 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
17b58e80b7
commit
1677aa8518
|
@ -1,5 +1,5 @@
|
|||
<div uk-grid="" class="uk-grid uk-margin-large-top uk-margin-large-bottom">
|
||||
<div *ngIf="portal !== 'Explore'" class="uk-width-expand@m uk-width-1-2@s uk-dark uk-grid-item-match uk-first-column explore">
|
||||
<div *ngIf="portal !== 'explore'" class="uk-width-expand@m uk-width-1-2@s uk-dark uk-grid-item-match uk-first-column explore">
|
||||
<div class="uk-margin uk-panel uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="">
|
||||
<h4 class="el-title uk-margin uk-h4">
|
||||
Researcher?
|
||||
|
@ -14,7 +14,7 @@
|
|||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div *ngIf="portal !== 'Provide'" class="uk-width-expand@m uk-width-1-2@s uk-dark uk-grid-item-match uk-first-column provide">
|
||||
<div class="uk-width-expand@m uk-width-1-2@s uk-dark uk-grid-item-match uk-first-column provide">
|
||||
<div class="uk-margin uk-panel uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="">
|
||||
<h4 class="el-title uk-margin uk-h4">
|
||||
Content provider?
|
||||
|
@ -29,7 +29,7 @@
|
|||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div *ngIf="portal !== 'Connect'" class="uk-width-expand@m uk-width-1-2@s uk-dark uk-grid-item-match connect">
|
||||
<div *ngIf="portal !== 'connect'" class="uk-width-expand@m uk-width-1-2@s uk-dark uk-grid-item-match connect">
|
||||
<div class="uk-margin uk-panel uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="">
|
||||
<h4 class="el-title uk-margin uk-h4">
|
||||
Research community?
|
||||
|
@ -45,7 +45,7 @@
|
|||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div *ngIf="portal !== 'Monitor'" class="uk-width-expand@m uk-width-1-2@s uk-dark uk-grid-item-match monitor">
|
||||
<div *ngIf="portal !== 'monitor'" class="uk-width-expand@m uk-width-1-2@s uk-dark uk-grid-item-match monitor">
|
||||
<div class="uk-margin uk-panel uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="">
|
||||
<h4 class="el-title uk-margin uk-h4">
|
||||
Research manager?
|
||||
|
@ -60,7 +60,7 @@
|
|||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div *ngIf="portal !== 'Develop'" class="uk-width-expand@m uk-width-1-2@s uk-dark uk-grid-item-match develop">
|
||||
<div class="uk-width-expand@m uk-width-1-2@s uk-dark uk-grid-item-match develop">
|
||||
<div class="uk-margin uk-panel uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="">
|
||||
<h4 class="el-title uk-margin uk-h4">
|
||||
Developer?
|
||||
|
|
|
@ -6,7 +6,7 @@ import {EnvProperties} from "../../utils/properties/env-properties";
|
|||
templateUrl: 'other-portals.component.html'
|
||||
})
|
||||
export class OtherPortalsComponent {
|
||||
@Input() portal = 'Connect';
|
||||
@Input() portal = 'connect';
|
||||
@Input() properties: EnvProperties = null;
|
||||
|
||||
constructor() {}
|
||||
|
|
Loading…
Reference in New Issue