gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-bank] branch master updated: striking canceled trans


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: striking canceled transactions in public history too
Date: Wed, 13 Dec 2017 16:59:00 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new 77b7a1d  striking canceled transactions in public history too
77b7a1d is described below

commit 77b7a1d4f0806293c7f8549b523f3277d24dfc85
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Dec 13 16:57:59 2017 +0100

    striking canceled transactions in public history too
---
 talerbank/app/templates/public_accounts.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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>

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]