aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-11-20 15:38:36 +0100
committerMario Vavti <mario@mariovavti.com>2016-11-20 15:38:36 +0100
commit9d1443bbfe2750dd9baa1f7031441ccf834dcd5b (patch)
treee4acec5da13362d2681a75e7c49b2832c19db636 /view
parentf4f37692250d1a2dc64b8f53a23476307fd19e5b (diff)
downloadvolse-hubzilla-9d1443bbfe2750dd9baa1f7031441ccf834dcd5b.tar.gz
volse-hubzilla-9d1443bbfe2750dd9baa1f7031441ccf834dcd5b.tar.bz2
volse-hubzilla-9d1443bbfe2750dd9baa1f7031441ccf834dcd5b.zip
move the remote user homebutton to the user menu. this way everything remote user related is in one place.
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}}