Project

General

Profile

« Previous | Next » 

Revision 60178

[Library | Trunk]: Add b2note on beta explore and connect

View differences:

modules/uoa-services-library/trunk/ng-openaire-library/src/app/landingPages/result/resultLanding.component.html
484 484
              </div>
485 485
            </div>
486 486
            <!-- B2 Note-->
487
            <div *ngIf=" properties.environment === 'development' && resultLandingInfo" class="uk-margin-medium-top">
487
            <div *ngIf="properties.environment !== 'production' && properties.adminToolsPortalType !== 'monitor' && properties.adminToolsPortalType !== 'aggregator' && resultLandingInfo" class="uk-margin-medium-top">
488 488
              <b2note [id]="id" [landingInfo]="resultLandingInfo"></b2note>
489 489
            </div>
490 490
          </div>

Also available in: Unified diff