summaryrefslogtreecommitdiff
path: root/talerbank/app/templates/public_accounts.html
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2017-12-13 16:57:59 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2017-12-13 16:57:59 +0100
commit77b7a1d4f0806293c7f8549b523f3277d24dfc85 (patch)
tree9256db0cb5a5aa8cba56c755a10e4ff6c33e583a /talerbank/app/templates/public_accounts.html
parent8e1bd9c5ed5cb329b957021f36ab2086f2208d5a (diff)
downloadbank-77b7a1d4f0806293c7f8549b523f3277d24dfc85.tar.gz
bank-77b7a1d4f0806293c7f8549b523f3277d24dfc85.tar.bz2
bank-77b7a1d4f0806293c7f8549b523f3277d24dfc85.zip
striking canceled transactions in public history too
Diffstat (limited to 'talerbank/app/templates/public_accounts.html')
-rw-r--r--talerbank/app/templates/public_accounts.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/talerbank/app/templates/public_accounts.html b/talerbank/app/templates/public_accounts.html
index 90d5e59..2623a10 100644
--- a/talerbank/app/templates/public_accounts.html
+++ b/talerbank/app/templates/public_accounts.html
@@ -57,7 +57,7 @@
{{ entry.sign }} {{ entry.amount }}
</td>
<td>{% if entry.counterpart_username %} {{ entry.counterpart_username }} {% endif %} (account #{{ entry.counterpart }})</td>
- <td>
+ <td {% if entry.cancelled %} class="cancelled" {% endif %}>
{{ entry.subject }}
</td>
</tr>