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: public accounts markup


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: public accounts markup
Date: Tue, 14 Mar 2017 16:30:23 +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 a5293d8  public accounts markup
a5293d8 is described below

commit a5293d8f247b79a95abc9bf52969155bc6a51f6c
Author: Florian Dold <address@hidden>
AuthorDate: Tue Mar 14 16:30:21 2017 +0100

    public accounts markup
---
 talerbank/app/templates/public_accounts.html | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/talerbank/app/templates/public_accounts.html 
b/talerbank/app/templates/public_accounts.html
index 9492a2b..35e4bc1 100644
--- a/talerbank/app/templates/public_accounts.html
+++ b/talerbank/app/templates/public_accounts.html
@@ -45,28 +45,28 @@
       {% if selected_account.history %}
         <table class="pure-table-striped">
           <thead>
-            <th style="text-align:center">Date</th>
-            <th style="text-align:center">Amount</th>
-            <th style="text-align:center">Counterpart</th>
-            <th style="text-align:center">Subject</th>
+            <th>Date</th>
+            <th>Amount</th>
+            <th>Counterpart</th>
+            <th>Subject</th>
           </thead>
-          {% for entry in selected_account.history %}
           <tbody>
+          {% for entry in selected_account.history %}
           <tr>
-            <td style="text-align:right">{{entry.date}}</td>
-            <td style="text-align:right">
+            <td>{{entry.date}}</td>
+            <td>
               {{ entry.float_amount }} {{ entry.float_currency }}
             </td>
-            <td style="text-align:left">{% if entry.counterpart_username %} {{ 
entry.counterpart_username }} {% endif %} (account #{{ entry.counterpart 
}})</td>
-            <td style="text-align:left">
+            <td>{% if entry.counterpart_username %} {{ 
entry.counterpart_username }} {% endif %} (account #{{ entry.counterpart 
}})</td>
+            <td>
               {{ entry.subject }}
             </td>
           </tr>
-          </tbody>
           {% endfor %}
+          </tbody>
         </table>
-        {% else %}
-          <p>No history for account #{{ selected_account.number }} ({{ 
selected_account.name}}) yet</p>
+      {% else %}
+        <p>No history for account #{{ selected_account.number }} ({{ 
selected_account.name}}) yet</p>
       {% endif %}
     </article>
   </section>

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



reply via email to

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