Made order image rounded, fixed missing currency localization
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user