Revision 57911
Added by Andreas Mantas almost 5 years ago
modules/uoa-repository-dashboard-gui/trunk/src/app/shared/reusablecomponents/repository-tiles.component.html | ||
---|---|---|
69 | 69 |
<img *ngIf="!repo.logoUrl" class="el-image uk-preserve-width" src="../../../assets/imgs/yourLogoHere.jpg" alt="[Repo Logo]" style="height: 45px;"> |
70 | 70 |
</td> |
71 | 71 |
<td class="uk-text-nowrap uk-table-shrink"> |
72 |
<a [routerLink]="[getLinkToNext(repo)]">{{ repo.officialName }}</a>
|
|
72 |
<a [routerLink]="[getLinkToNext(repo)]">{{ repo.officialname }}</a>
|
|
73 | 73 |
</td> |
74 | 74 |
|
75 | 75 |
<!-- SET STATUS OR EVENTS --> |
Also available in: Unified diff
fix for list view of repository-tiles