From cc71e507cbb08a4dfec3fa273484297d048a940e Mon Sep 17 00:00:00 2001 From: zotlabs Date: Thu, 5 Jul 2018 22:03:41 -0700 Subject: don't provide manage apps button when viewing all available --- view/tpl/myapps.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view') diff --git a/view/tpl/myapps.tpl b/view/tpl/myapps.tpl index 0ac836b38..2cc747436 100755 --- a/view/tpl/myapps.tpl +++ b/view/tpl/myapps.tpl @@ -3,7 +3,7 @@ {{if $authed}} {{if $create}}  {{$create}} - {{else}} + {{elseif $manage}} {{$manage}} {{/if}} {{/if}} -- cgit v1.2.3