diff --git a/BTCPayServer/Components/StoreRecentInvoices/Default.cshtml b/BTCPayServer/Components/StoreRecentInvoices/Default.cshtml index 32591d3bf..ba2905908 100644 --- a/BTCPayServer/Components/StoreRecentInvoices/Default.cshtml +++ b/BTCPayServer/Components/StoreRecentInvoices/Default.cshtml @@ -34,34 +34,36 @@ } else if (Model.Invoices.Any()) { -
| Date | -Invoice Id | -Status | -Amount | -
|---|
| @invoice.Date.ToTimeAgo() | -- @invoice.InvoiceId - | -
- |
- - @DisplayFormatter.Currency(invoice.Amount, invoice.Currency) - | +Date | +Invoice Id | +Status | +Amount |
|---|
| Date | -Transaction | -Labels | -Amount | -
|---|
| @tx.Timestamp.ToTimeAgo() | -
- |
-
- @if (tx.Labels.Any())
- {
-
- @foreach (var label in tx.Labels)
- {
-
- }
-
-
- @label.Text
- @if (!string.IsNullOrEmpty(label.Link))
- {
-
-
- }
- |
- @if (tx.Positive)
- {
- - @DisplayFormatter.Currency(tx.Balance, tx.Currency) - | - } - else - { -- @DisplayFormatter.Currency(tx.Balance, tx.Currency) - | - } +Date | +Transaction | +Labels | +Amount |
|---|