Made order image rounded, fixed missing currency localization

This commit is contained in:
2025-11-30 11:44:49 +01:00
parent 011bca50e0
commit de5e6be734
2 changed files with 7 additions and 7 deletions

View File

@@ -18,7 +18,7 @@
<p>@Localizer.Get("CreatedOn"): @Model.CreatedAt.ToString("g")</p>
@if (!string.IsNullOrEmpty(Model.ImagePath))
{
<img src="@Model.ImagePath" alt="Order Image" class="img-fluid mb-3" style="max-height: 300px; object-fit: cover;">
<img src="@Model.ImagePath" alt="Order Image" class="img-fluid mb-3 rounded" style="max-height: 300px; object-fit: cover;">
}
@if (!string.IsNullOrEmpty(Model.AdditionalInfo))
{