From 921cdb324b6d4bcb311e04a85371d80afc738cb6 Mon Sep 17 00:00:00 2001 From: skftn Date: Wed, 31 Oct 2018 17:34:17 +0100 Subject: [PATCH] Show incoming pool transactions as green --- funding/templates/proposal/macros/transaction.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/funding/templates/proposal/macros/transaction.html b/funding/templates/proposal/macros/transaction.html index 3b2866e..769be7e 100644 --- a/funding/templates/proposal/macros/transaction.html +++ b/funding/templates/proposal/macros/transaction.html @@ -9,8 +9,8 @@
{{tx['txid'][:32]}}... - - {% if tx['type'] == 'in' %} + + {% if tx['type'] in ['in', 'pool'] %} + {% else %} -