Skip to content
Snippets Groups Projects

Version 2.3.2

Merged Ghost User requested to merge development into master
26 files
+ 2142
2130
Compare changes
  • Side-by-side
  • Inline
Files
26
@@ -11,7 +11,7 @@
<div class="credit">
<div class="logo-content">
<a [href]="credit.links[0].url" target="_blank" *ngIf="credit.links[0]; else withoutLink">
<a [href]="credit.links[0].url" target="_blank" *ngIf="credit.links && credit.links[0]; else withoutLink">
<img [src]="credit.logo" [alt]="credit.name">
</a>
<ng-template #withoutLink>
@@ -22,7 +22,8 @@
<p>{{credit.description}}</p>
<div class="bottom-section">
<a [href]="credit.links[0].url" i18n="@@credits.visitWebsite">Visit the website</a>
<a *ngIf="credit.links && credit.links[0]" [href]="credit.links[0].url" i18n="@@credits.visitWebsite">Visit
the website</a>
</div>
</div>
</div>
Loading