From f1900d30f256930e7c26917c8bbd3a508d42f4f2 Mon Sep 17 00:00:00 2001 From: Kukks Date: Wed, 29 Apr 2020 11:21:47 +0200 Subject: [PATCH] clean format --- BTCPayServer/Views/Wallets/WalletTransactions.cshtml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/BTCPayServer/Views/Wallets/WalletTransactions.cshtml b/BTCPayServer/Views/Wallets/WalletTransactions.cshtml index f65304d78..d02a25931 100644 --- a/BTCPayServer/Views/Wallets/WalletTransactions.cshtml +++ b/BTCPayServer/Views/Wallets/WalletTransactions.cshtml @@ -71,9 +71,7 @@ @foreach (var label in Model.Labels) { @label.Value + style="background-color: @label.Color;">@label.Value } @@ -109,12 +107,8 @@ @foreach (var label in transaction.Labels) {
@label.Value