gnunet-svn
[Top][All Lists]
Advanced

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

[taler-www] branch master updated: add from last merge, use url_localize


From: gnunet
Subject: [taler-www] branch master updated: add from last merge, use url_localized(site)
Date: Wed, 11 Dec 2019 12:37:16 +0100

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

ng0 pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 1faf294  add from last merge, use url_localized(site)
1faf294 is described below

commit 1faf29438002d9588c81db84f19efb5a8c51ff24
Author: ng0 <address@hidden>
AuthorDate: Wed Dec 11 11:36:47 2019 +0000

    add from last merge, use url_localized(site)
---
 common/navigation.j2.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/navigation.j2.inc b/common/navigation.j2.inc
index b984603..b843297 100644
--- a/common/navigation.j2.inc
+++ b/common/navigation.j2.inc
@@ -1,6 +1,6 @@
 {% macro navlink(site, text) -%}
    <a class="nav-link {{ 'active' if filename == site else '' }}"
-      href="{{ site }}">
+      href="{{ url_localized(site) }}">
     {{ text }}
    </a>
 {%- endmacro %}

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



reply via email to

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