diff --git a/BTCPayServer/Views/Wallets/WalletTransactions.cshtml b/BTCPayServer/Views/Wallets/WalletTransactions.cshtml index 7d7bb20ce..f65304d78 100644 --- a/BTCPayServer/Views/Wallets/WalletTransactions.cshtml +++ b/BTCPayServer/Views/Wallets/WalletTransactions.cshtml @@ -61,6 +61,24 @@ If some transactions appear in BTCPay Server, but are missing on Electrum or another wallet, follow those instructions. +@if (Model.Labels.Any()) +{ + +
| Label | +Label | Transaction Id | -Balance | -+ | Balance | +@@ -87,27 +105,23 @@ @transaction.Timestamp.ToBrowserDate() - | + |
@foreach (var label in transaction.Labels)
{
+ @label.Value
+
@if (!string.IsNullOrEmpty(label.Link))
{
- @label.Value
- }
- else
- {
- @label.Value
+
}
|
|---|