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: eh, oops


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: eh, oops
Date: Tue, 14 Mar 2017 16:18:32 +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 39d772e  eh, oops
39d772e is described below

commit 39d772e9fb0fdc78301bf2784a39280acb394888
Author: Florian Dold <address@hidden>
AuthorDate: Tue Mar 14 16:18:30 2017 +0100

    eh, oops
---
 talerbank/app/templates/public_accounts.html | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/talerbank/app/templates/public_accounts.html 
b/talerbank/app/templates/public_accounts.html
index 90589df..94e3e20 100644
--- a/talerbank/app/templates/public_accounts.html
+++ b/talerbank/app/templates/public_accounts.html
@@ -28,9 +28,6 @@
     <article>
       <div class="pure-menu pure-menu-horizontal">
           <ul class="pure-menu-list">
-              <li class="pure-menu-item"><a href="#" 
class="pure-menu-link">News</a></li>
-              <li class="pure-menu-item"><a href="#" 
class="pure-menu-link">Sports</a></li>
-              <li class="pure-menu-item"><a href="#" 
class="pure-menu-link">Finance</a></li>
           {% for account in public_accounts %}
             {% if account.account_no == selected_account.number %}
             <li class="pure-menu-item">
@@ -39,7 +36,7 @@
             {% endif %}
               <a href="{{ url("public-accounts", name=account.user.username) 
}}">
                 {{ account.user.username }}
-              </a>"
+              </a>
             </li>
           {% endfor %}
           </ul>

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



reply via email to

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