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:

showAuthors.component.ts
8 8
                <a class="uk-text-muted" (click)="showAll = !showAll;">View less authors</a>
9 9
            </div>
10 10
            <span *ngFor="let item of authors.slice(0,30)">
11
                <a class="custom-external" href="{{item['url']}}" target="_blank">
11
                <a href="{{item['url']}}">
12 12
                    {{item['name']}};
13 13
                </a>
14 14
            </span>
15 15
            <span *ngIf="!showAll && authors.length > 30">	... </span>
16 16
            <span *ngIf="showAll">
17 17
                <span *ngFor="let item of authors.slice(30)">
18
                    <a class="custom-external" href="{{item['url']}}" target="_blank">
18
                    <a href="{{item['url']}}">
19 19
                        {{item['name']}};
20 20
                    </a>
21 21
                </span>

Also available in: Unified diff