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: Fix public accounts tab


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: Fix public accounts table
Date: Tue, 14 Mar 2017 16:23:24 +0100

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

dold pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new 5c035cf  Fix public accounts table
5c035cf is described below

commit 5c035cfd4f3a010845d146683a8b7a9fc8af80ee
Author: Florian Dold <address@hidden>
AuthorDate: Tue Mar 14 16:22:56 2017 +0100

    Fix public accounts table
---
 talerbank/app/templates/public_accounts.html | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/talerbank/app/templates/public_accounts.html 
b/talerbank/app/templates/public_accounts.html
index 69599f0..0102d7f 100644
--- a/talerbank/app/templates/public_accounts.html
+++ b/talerbank/app/templates/public_accounts.html
@@ -59,12 +59,7 @@
              </td>
               <td style="text-align:left">{% if entry.counterpart_username %} 
{{ entry.counterpart_username }} {% endif %} (account #{{ entry.counterpart 
}})</td>
               <td style="text-align:left">
-                {% if entry.counterpart_username %}
-               <a name="{{ entry.subject }}"></a>
-               <a href="public-accounts?account={{ entry.counterpart_username 
}}#{{ entry.subject }}">{{ entry.subject }}</a>
-                {% else %}
-                  {{ entry.subject }}
-               {% endif %}
+                {{ entry.subject }}
              </td>
            </tr>
             {% endfor %}

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



reply via email to

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