diff --git a/BTCPayServer/Views/PaymentRequest/ViewPaymentRequest.cshtml b/BTCPayServer/Views/PaymentRequest/ViewPaymentRequest.cshtml index e1bd53313..54e921de7 100644 --- a/BTCPayServer/Views/PaymentRequest/ViewPaymentRequest.cshtml +++ b/BTCPayServer/Views/PaymentRequest/ViewPaymentRequest.cshtml @@ -1,4 +1,4 @@ -@using BTCPayServer.Services.Invoices +@using BTCPayServer.Services.Invoices @using BTCPayServer.Client.Models @using BTCPayServer.Abstractions.Contracts @model BTCPayServer.Models.PaymentRequestViewModels.ViewPaymentRequestViewModel @@ -83,10 +83,10 @@   @Model.LastUpdated.ToString("g") @Model.LastUpdated.ToString("g") - - @@ -203,34 +203,38 @@
-
+

Invoice Summary

-
- @if (!string.IsNullOrEmpty(Model.Description) && Model.Description != "
") - { + @if (!string.IsNullOrEmpty(Model.Description) && Model.Description != "
") + { +
@Safe.Raw(Model.Description) - } -
+
+ } + else + { +

No details provided.

+ }
-
+

Payment Details

-
@Model.AmountDueFormatted
-
Amount due
+
@Model.AmountDueFormatted
+
Amount due
-
@Model.AmountCollectedFormatted
-
Amount paid
+
@Model.AmountCollectedFormatted
+
Amount paid
-
@Model.AmountFormatted
-
Total requested
+
@Model.AmountFormatted
+
Total requested
@@ -238,13 +242,13 @@
-
-

Payment History

+
+

Payment History