feat: Added price tag to buy page
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<div class="container">
|
||||
<div class="card">
|
||||
<h1>{{ drink.name }}</h1>
|
||||
<p><strong>{{ "%.2f"|format(drink.price) }}€</strong></p>
|
||||
<p><strong>Price:</strong> {{ "%.2f"|format(drink.price) }}€</p>
|
||||
<p class="muted">Stock: {{ drink.stock }}</p>
|
||||
<p><strong>Pay to:</strong> {{ drink.stocked_by }}</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user