mirror of
https://github.com/Shchoholiev/shopping-assistant-web-client.git
synced 2025-04-04 16:49:36 +00:00
added a price visualization on the cards page
This commit is contained in:
parent
17cd3bf438
commit
3f60c2fb33
@ -10,7 +10,7 @@
|
||||
<img class="star" src="~/assets/star.png">
|
||||
<label class="rating">@product.Rating</label>
|
||||
@{
|
||||
string price = "N/A";
|
||||
string price = @product.Price.ToString();
|
||||
}
|
||||
<label class="price-label">@price</label>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user