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:

showDataProviders.component.ts
15 15

  
16 16
            <div role="separator" class="divider" *ngFor="let item of dataProviders">
17 17
                <p *ngIf="item['url'] != undefined && item['url']">
18
                    <a href="{{item['url']}}" target="_blank" class="uk-icon-external-link">
18
                    <a href="{{item['url']}}" target="_blank" class="uk-icon-external-link custom-icon">
19 19
                        {{item['name']}}
20 20
                    </a>
21 21
                </p>
......
25 25

  
26 26
                <p>
27 27
                    <span *ngFor="let item of dataProviders.organizations">
28
                        <a *ngIf="item['url']!=''" href="{{item['url']}}" target="_blank" class="uk-icon-external-link">
28
                        <a *ngIf="item['url']!=''" href="{{item['url']}}" target="_blank"
29
                            class="uk-icon-external-link custom-icon">
29 30
                            {{item['name']}}
30 31
                        </a>
31 32
                        <p *ngIf="item['url']==''">
......
41 42

  
42 43
                <p *ngIf="item['websiteUrl'] != null && item['websiteUrl'] != ''">
43 44
                    Website URL:
44
                    <a href="{{item['websiteUrl']}}" target="_blank" class="uk-icon-external-link" >
45
                    <a href="{{item['websiteUrl']}}" target="_blank"
46
                        class="uk-icon-external-link custom-icon">
45 47
                        {{item['websiteUrl']}}
46 48
                    </a>
47 49
                </p>

Also available in: Unified diff