Project

General

Profile

« Previous | Next » 

Revision 46377

custom-icon class added in tags with uk-icon-external link class to fix line-height | custom-tab-content class added in tab contents of landing pages to fix min-height | Publication landing page: Funded By section: tooltip fixed (if no info for something do not show it) & special case: unidentified projects | Publication landing page: Related Organizations Tab added

View differences:

claimDataset.component.ts
33 33
                     <ul *ngIf="dataciteResults.length > 0 "  class="uk-list uk-list-line">
34 34
                        <li *ngFor=" let item of dataciteResults "  [class]="(isSelected(item.doi))?'uk-block-muted':''" >
35 35
                         <div >
36
                          <a *ngIf="item.doi" target="_blank" href="{{'http://dx.doi.org/'+item.doi}}" ><span class="uk-icon-external-link" ></span> {{item.title}}</a>
36
                          <a *ngIf="item.doi" target="_blank" href="{{'http://dx.doi.org/'+item.doi}}" ><span class="uk-icon-external-link custom-icon" ></span> {{item.title}}</a>
37 37
                          <span *ngIf="!item.doi" >{{item.title}}</span>
38 38
                          <button class="uk-button uk-align-right" *ngIf="!isSelected(item.doi)" (click)="add(item, item.doi,'dataset','datacite',item.title,'http://dx.doi.org/'+item.doi, null,'OPEN')"><i   aria-hidden="true" class= "uk-icon-plus clickable"></i></button>
39 39

  

Also available in: Unified diff