16 lines
486 B
HTML
16 lines
486 B
HTML
<div class="region-mat-card">
|
|
<img class="region-img" src="https://travopti.de/api/v1/regions/{{region.region_id}}/image">
|
|
<div class="region-footer">
|
|
<div class="region-title">
|
|
<span class="region-name">{{region.name}}</span>
|
|
<span class="region-country">| {{region.country}}</span>
|
|
</div>
|
|
<button mat-icon-button>
|
|
<mat-icon>bookmark</mat-icon>
|
|
</button>
|
|
<button mat-icon-button>
|
|
<mat-icon>share</mat-icon>
|
|
</button>
|
|
</div>
|
|
</div>
|