Project

General

Profile

« Previous | Next » 

Revision 58153

[Library | Landing-redesign]: Merge from trunk and AddThis: add event emmiter to notify if add this cannot me loaded

View differences:

resultLanding.component.html
61 61
                </span>{{" "}}
62 62
              </span>
63 63
              <span *ngIf="resultLandingInfo.underCurationMessage" class="uk-label custom-label label-underCuration">
64
                <span uk-tooltip="pos:right; delay:10"
65
                      title="{{buildCurationTooltip()}}">
64
                <span title="{{buildCurationTooltip()}}">
66 65
                  <i>Record in preview</i>
67 66
                  <i class="uk-icon-info-circle"></i>
68 67
                </span>
......
496 495
                </div>
497 496
              </div>
498 497
              <!-- Share -->
499
              <div class="uk-margin-top">
498
              <div [class.uk-hidden]="!addThis" class="uk-margin-top">
500 499
                <div class="sideInfoTitle uk-margin-small-bottom">Share - Bookmark</div>
501
                <addThis></addThis>
500
                <addThis (event)="hideAddThis($event)"></addThis>
502 501
              </div>
503 502
              <!-- Download From -->
504 503
              <div
......
526 525
                <citeThis [result]="resultLandingInfo" [id]="id" [type]="title.toLowerCase()"></citeThis>
527 526
              </div>
528 527
            </div>
528
            <div class="uk-margin-small-top uk-text-muted uk-text-small uk-text-right">
529
              Last update of records in OpenAIRE: {{indexUpdateDate | date: 'MMM dd, yyyy'}}
530
            </div>
529 531
          </div>
530 532
        </div>
531 533
        <helper *ngIf="pageContents && pageContents['bottom'] && pageContents['bottom'].length > 0"

Also available in: Unified diff