From 07ee4984cbdb3fa59441792a23c1cf3fc4151936 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Sun, 21 May 2017 22:42:22 -0700 Subject: some issues with the app order template logic --- view/tpl/app.tpl | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/app.tpl b/view/tpl/app.tpl index f45510a58..0c8ba7459 100644 --- a/view/tpl/app.tpl +++ b/view/tpl/app.tpl @@ -1,4 +1,4 @@ -{{if !$navapps}} +{{if ! ($navapps || $order)}}
-{{else}} +{{/if}} +{{if $navapps}} +{{if $icon}}{{else}}{{/if}}{{$app.name}} +{{/if}} {{if $order}} {{if $icon}}{{else}}{{/if}}{{$app.name}}
-{{else}} -{{if $icon}}{{else}}{{/if}}{{$app.name}} -{{/if}} {{/if}} + -- cgit v1.2.3