diff --git a/BTCPayServer/Components/StoreRecentTransactions/Default.cshtml b/BTCPayServer/Components/StoreRecentTransactions/Default.cshtml index 61c993de1..478db2170 100644 --- a/BTCPayServer/Components/StoreRecentTransactions/Default.cshtml +++ b/BTCPayServer/Components/StoreRecentTransactions/Default.cshtml @@ -43,12 +43,12 @@ @foreach (var tx in Model.Transactions) { - - @tx.Timestamp.ToTimeAgo() - + + @tx.Timestamp.ToTimeAgo() + - + @if (tx.Labels.Any()) {
@@ -70,18 +70,9 @@ } - @if (tx.Positive) - { - - @DisplayFormatter.Currency(tx.Balance, tx.Currency) - - } - else - { - - @DisplayFormatter.Currency(tx.Balance, tx.Currency) - - } + + @DisplayFormatter.Currency(tx.Balance, tx.Currency) + } diff --git a/BTCPayServer/Views/UIWallets/WalletTransactions.cshtml b/BTCPayServer/Views/UIWallets/WalletTransactions.cshtml index 5bea2feaa..4ac33e6e4 100644 --- a/BTCPayServer/Views/UIWallets/WalletTransactions.cshtml +++ b/BTCPayServer/Views/UIWallets/WalletTransactions.cshtml @@ -228,9 +228,9 @@
- Label - Transaction - Amount + Label + Transaction + Amount @@ -247,8 +247,8 @@
diff --git a/BTCPayServer/Views/UIWallets/_WalletTransactionsList.cshtml b/BTCPayServer/Views/UIWallets/_WalletTransactionsList.cshtml index af7afa820..c9b9ea4a0 100644 --- a/BTCPayServer/Views/UIWallets/_WalletTransactionsList.cshtml +++ b/BTCPayServer/Views/UIWallets/_WalletTransactionsList.cshtml @@ -6,7 +6,7 @@ } @foreach (var transaction in Model.Transactions) { - + @@ -25,7 +25,7 @@ - @transaction.Balance + @transaction.Balance