aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2016-11-21 06:31:07 +1100
committerGitHub <noreply@github.com>2016-11-21 06:31:07 +1100
commit69123590fb7cdb741cc09de177b334bcca65da05 (patch)
treeb5eb9004f28f03ef1305852692af54755da34dcb /view
parent66a35e973c554f6bcab716b6007c17579c260226 (diff)
parent9d1443bbfe2750dd9baa1f7031441ccf834dcd5b (diff)
downloadvolse-hubzilla-69123590fb7cdb741cc09de177b334bcca65da05.tar.gz
volse-hubzilla-69123590fb7cdb741cc09de177b334bcca65da05.tar.bz2
volse-hubzilla-69123590fb7cdb741cc09de177b334bcca65da05.zip
Merge pull request #595 from git-marijus/dev
move the remote user homebutton to the user menu. this way everything…
Diffstat (limited to 'view')
-rwxr-xr-xview/tpl/nav.tpl5
1 files changed, 3 insertions, 2 deletions
diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl
index a279789a1..bc1e64416 100755
--- a/view/tpl/nav.tpl
+++ b/view/tpl/nav.tpl
@@ -45,9 +45,10 @@
{{/if}}
</ul>
{{else}}
- {{if $nav.lock}}
+ {{if $nav.rusermenu}}
<ul class="dropdown-menu" role="menu" aria-labelledby="avatar">
- <li role="presentation"><a href="{{$nav.lock.0}}" title="{{$nav.lock.3}}" role="menuitem">{{$nav.lock.3}}</a></li>
+ <li role="presentation"><a href="{{$nav.rusermenu.0}}" role="menuitem">{{$nav.rusermenu.1}}</a></li>
+ <li role="presentation"><a href="{{$nav.rusermenu.2}}" role="menuitem">{{$nav.rusermenu.3}}</a></li>
</ul>
{{/if}}
{{/if}}