Project

General

Profile

« Previous | Next » 

Revision 51440

all api methods work!

View differences:

repository-tiles.component.html
25 25
      </div>
26 26

  
27 27
      <!--TILES VIEW-->
28
      <div *ngIf="tilesView && reposOfUser.length" class="uk-grid-large uk-grid-margin-large uk-grid repos-grid">
29
        <div *ngFor="let repo of reposOfUser" class="uk-width-expand@m uk-first-column uk-margin-bottom" style="min-width: 300px;">
28
      <div *ngIf="tilesView && reposOfUser.length>0" class="uk-grid-large uk-grid-margin-large uk-grid repos-grid uk-height-1-1">
29
        <div *ngFor="let repo of reposOfUser" class="uk-width-expand@m uk-width-auto\@m uk-first-column uk-margin-bottom" style="min-width: 300px; max-width: 22%;">
30 30
          <div class="uk-margin uk-grid-match uk-child-width-1-1 uk-grid-small uk-grid-divider uk-grid uk-scrollspy-inview uk-animation-slide-top-medium uk-grid-stack">
31 31
            <div class="uk-first-column">
32
              <div>
33
                <a class="el-link" [routerLink]="[getLinkToNext(repo)]">
32
              <div class="">
33
                <a class="el-link uk-vertical-align-middle uk-height-1-1" [routerLink]="[getLinkToNext(repo)]">
34 34
                  <div class="el-item uk-panel uk-scrollspy-inview uk-animation-slide-top-medium" uk-scrollspy-class="">
35 35
                    <div class="uk-child-width-expand uk-grid-medium uk-flex-middle uk-grid uk-grid-stack" uk-grid="">
36
                      <div class="uk-width-1-3@m uk-first-column" style="width: 80px;">
36
                      <div class="uk-width-1-3@m uk-first-column" style="width: 90px;">
37 37
                        <img *ngIf="!repo.logoUrl" class="el-image uk-border-rounded" src="/assets/imgs/yourLogoHere.jpg" alt="">
38 38
                        <img *ngIf="repo.logoUrl" class="el-image uk-border-rounded" src="{{ repo.logoUrl }}" alt="">
39 39
                      </div>
......
55 55
      </div>
56 56

  
57 57
      <!-- LIST VIEW -->
58
      <div *ngIf="!tilesView && reposOfUser.length" class="uk-grid-large uk-grid-margin-large uk-grid repos-list">
58
      <div *ngIf="!tilesView && reposOfUser.length>0" class="uk-grid-large uk-grid-margin-large uk-grid repos-list">
59 59
        <div class="uk-width-1-1@m uk-first-column">
60 60
          <div class="uk-overflow-auto uk-scrollspy-inview uk-animation-slide-top-medium">
61 61
            <div>

Also available in: Unified diff