Project

General

Profile

« Previous | Next » 

Revision 47131

Use UIKIT3 | changes in css

View differences:

depositResult.component.ts
43 43
                <!--showDataProviders [dataProviders]=dataProviders></showDataProviders-->
44 44
                <div class = "uk-text-right" *ngIf = "fetchDataproviders.searchUtils.totalResults > 10">
45 45
					<!--a [href] = "linkToSearchDataproviders">
46
						View all {{fetchDataproviders.searchUtils.totalResults}} results <i class="uk-icon-angle-double-right"></i>
46
						View all {{fetchDataproviders.searchUtils.totalResults}} results <span uk-icon="icon: chevron-right"></span>
47 47
					</a-->
48 48

  
49 49
                    <a  [queryParams]="routerHelper.createQueryParams(['organizationId', 'or'], [organizationId, 'and'])"
50 50
                        routerLinkActive="router-link-active" [routerLink]="linkToSearchDataproviders">
51
                        View all {{fetchDataproviders.searchUtils.totalResults}} results <i class="uk-icon-angle-double-right"></i>
51
                        View all {{fetchDataproviders.searchUtils.totalResults}} results <span uk-icon="icon: chevron-right"></span>
52 52
                    </a>
53 53
				</div>
54 54
                <search-result  [(results)]="fetchDataproviders.results"
......
86 86
                hosted by CERN.
87 87
            </div>
88 88

  
89
            <button class="uk-button"  type="submit" (click)="goToDeposit()">
90
                <i class="uk-icon-arrow-circle-left"></i> Back
89
            <button class=" uk-button uk-button-default"  type="submit" (click)="goToDeposit()">
90
                <span uk-icon="icon: chevron-left"></span> Back
91 91
            </button>
92 92
        </div>
93 93
    `

Also available in: Unified diff