Project

General

Profile

« Previous | Next » 

Revision 62388

refactor. fix getDatasourceClasses and corresponding dropdown. fix issn fields

View differences:

repository.component.html
15 15
      <div class="uk-margin-medium-left uk-margin-medium-right">
16 16
        <div class="uk-padding-small">
17 17
          <h3 *ngIf="repository" class="heading_b">
18
            <img *ngIf="!repository.logoUrl" src="../../../assets/imgs/yourLogoHere.jpg" style="margin-right: 15px; margin-top:-8px" width="60">
19
            <img *ngIf="repository.logoUrl" src="{{ repository.logoUrl }}" style="margin-right: 15px; margin-top:-8px" width="60">
20
            {{ repository.officialName }}
18
            <img *ngIf="!repository.logourl" src="../../../assets/imgs/yourLogoHere.jpg" style="margin-right: 15px; margin-top:-8px" width="60">
19
            <img *ngIf="repository.logourl" src="{{ repository.logourl }}" style="margin-right: 15px; margin-top:-8px" width="60">
20
            {{ repository.officialname }}
21 21
          </h3>
22 22
        </div>
23 23

  

Also available in: Unified diff