Project

General

Profile

« Previous | Next » 

Revision 45390

use of uikit classes | tabs are not responsive in landing pages | metrics tab in landing pages updated (new component+service, removed from organization landing page)

View differences:

showIdentifiers.component.ts
10 10
                <span *ngFor="let key of identifiers.keys() let i=index">
11 11
                    <span *ngFor="let item of identifiers.get(key) let j=index">
12 12
                        <span *ngIf="i>0 || j>0">, </span>
13
                        <a *ngIf="key=='doi'" class="custom-external" href="{{doiURL}}{{item}}" target="_blank">
14
                            {{key}}: {{item}}
15
                        </a>
16
                        <a *ngIf="key=='pmc'" class="custom-external" href="{{pmcURL}}{{item}}" target="_blank">
17
                            {{key}}: {{item}}
18
                        </a>
13
                        <span class="uk-icon-external-link">
14
                            <a *ngIf="key=='doi'" href="{{doiURL}}{{item}}" target="_blank">
15
                                {{key}}: {{item}}
16
                            </a>
17
                            <a *ngIf="key=='pmc'" href="{{pmcURL}}{{item}}" target="_blank">
18
                                {{key}}: {{item}}
19
                            </a>
20
                        </span>
19 21
                    </span>
20 22
                </span>
21 23
            </dd>

Also available in: Unified diff