gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-www] branch master updated: add missing markup for n


From: gnunet
Subject: [GNUnet-SVN] [taler-www] branch master updated: add missing markup for navigation bar
Date: Mon, 05 Jun 2017 16:54:30 +0200

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

grothoff pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new f0c7c36  add missing markup for navigation bar
f0c7c36 is described below

commit f0c7c36f7701f236b5e5ca5f79db21941e8ddbe1
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Jun 5 16:54:28 2017 +0200

    add missing markup for navigation bar
---
 common/navigation.j2.inc | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/common/navigation.j2.inc b/common/navigation.j2.inc
index 4fb8dfd..8678b25 100644
--- a/common/navigation.j2.inc
+++ b/common/navigation.j2.inc
@@ -2,18 +2,18 @@
   <div class="container-fluid">
     <ul class="nav navbar-nav">
       <li class="{{ 'active' if filename == 'index.html' else '' }}"><a 
class="taler_home" href="index.html">Taler</a></li>
-      <li class="{{ 'active' if filename == 'citizens.html' else '' }}"><a 
href="citizens.html">Citizens</a></li>
-      <li class="{{ 'active' if filename == 'merchants.html' else '' }}"><a 
href="merchants.html">Merchants</a></li>
-      <li class="{{ 'active' if filename == 'governments.html' else '' }}"><a 
href="governments.html">Governments</a></li>
+      <li class="{{ 'active' if filename == 'citizens.html' else '' }}"><a 
href="citizens.html">{{ _("Citizens") }} </a></li>
+      <li class="{{ 'active' if filename == 'merchants.html' else '' }}"><a 
href="merchants.html">{{ _("Merchants") }} </a></li>
+      <li class="{{ 'active' if filename == 'governments.html' else '' }}"><a 
href="governments.html">{{ _("Governments") }}</a></li>
       <li class="dropdown">
-        <a href="#" class="dropdown-toggle" data-toggle="dropdown" 
role="button" aria-haspopup="true" aria-expanded="false">Resources <span 
class="caret"></span></a>
+        <a href="#" class="dropdown-toggle" data-toggle="dropdown" 
role="button" aria-haspopup="true" aria-expanded="false">{{ _("Resources") }} 
<span class="caret"></span></a>
         <ul class="dropdown-menu">
-          <li><a href="architecture.html">System Architecture</a></li>
-          <li><a href="faq.html">FAQ</a></li>
-          <li><a href="glossary.html">Glossary</a></li>
-          <li><a href="developers.html">Developer Introduction</a></li>
-          <li><a href="copyright.html">Copyright for Contributors</a></li>
-          <li><a href="bibliography.html">Bibliography</a></li>
+          <li><a href="architecture.html">{{ _("System Architecture") 
}}</a></li>
+          <li><a href="faq.html">{{ _("FAQ") }}</a></li>
+          <li><a href="glossary.html">{{ _("Glossary") }}</a></li>
+          <li><a href="developers.html">{{ _("Developer Introduction") }} 
</a></li>
+          <li><a href="copyright.html">{{ _("Copyright for Contributors") }} 
</a></li>
+          <li><a href="bibliography.html">{{ _("Bibliography") }}</a></li>
         </ul>
       </li>
     </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]