diff options
author | Vitaly Takmazov | 2018-04-07 19:24:27 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-04-07 19:24:27 +0300 |
commit | d93a603f60db6af5f2e6c3a058f419ed20c14f5f (patch) | |
tree | 0d1d9fbf48628607e988cb221901cbb8a33920fe /juick-www/src/main/resources/templates/views | |
parent | b6c53e9b96d6cb4ef178cf57aac0e6e285b109ca (diff) |
www: fix navigation user
Diffstat (limited to 'juick-www/src/main/resources/templates/views')
-rw-r--r-- | juick-www/src/main/resources/templates/views/partial/navigation.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/juick-www/src/main/resources/templates/views/partial/navigation.html b/juick-www/src/main/resources/templates/views/partial/navigation.html index 53cc6bc7..5affcdd8 100644 --- a/juick-www/src/main/resources/templates/views/partial/navigation.html +++ b/juick-www/src/main/resources/templates/views/partial/navigation.html @@ -2,8 +2,8 @@ <div id="header_wrapper"> {% if visitor.uid > 0 %} <div id="ctitle"> - <a href="/{{ user.name }}"> - <img src="//i.juick.com/a/{{ user.uid }}.png" alt=""/>{{ user.name }} + <a href="/{{ visitor.name }}"> + <img src="//i.juick.com/a/{{ visitor.uid }}.png" alt=""/>{{ visitor.name }} </a> </div> {% else %} |