Symbol für nicht-alkoholische Cocktails eingebaut
This commit is contained in:
parent
fc8ffecbd2
commit
d046723ff1
@ -28,7 +28,13 @@
|
|||||||
<img class="card-img-top" style="width:100%; min-height:70vh; object-fit:cover;" src="@($"/img/cocktail-default.jpg")" alt="@c.Name">
|
<img class="card-img-top" style="width:100%; min-height:70vh; object-fit:cover;" src="@($"/img/cocktail-default.jpg")" alt="@c.Name">
|
||||||
}
|
}
|
||||||
<div class="card-footer">
|
<div class="card-footer">
|
||||||
<h5 class="card-title">@c.Name</h5>
|
<h5 class="card-title">
|
||||||
|
@c.Name
|
||||||
|
@if(!c.IsAlcoholic)
|
||||||
|
{
|
||||||
|
<i class="bi bi-car-front ms-2 text-info"></i>
|
||||||
|
}
|
||||||
|
</h5>
|
||||||
<!--<p class="card-text">
|
<!--<p class="card-text">
|
||||||
Testy
|
Testy
|
||||||
</p>-->
|
</p>-->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user