diff options
author | zotlabs <mike@macgirvin.com> | 2018-07-05 22:03:41 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-07-05 22:03:41 -0700 |
commit | cc71e507cbb08a4dfec3fa273484297d048a940e (patch) | |
tree | 479c94026b28c3293909b781ef14fa339046bbc1 /view/tpl | |
parent | fe44ebee93da2b0c4256cd2dcf5d509ce96ac2d2 (diff) | |
download | volse-hubzilla-cc71e507cbb08a4dfec3fa273484297d048a940e.tar.gz volse-hubzilla-cc71e507cbb08a4dfec3fa273484297d048a940e.tar.bz2 volse-hubzilla-cc71e507cbb08a4dfec3fa273484297d048a940e.zip |
don't provide manage apps button when viewing all available
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/myapps.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
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}} <a href="appman" class="pull-right btn btn-success btn-sm"><i class="fa fa-pencil-square-o"></i> {{$create}}</a> - {{else}} + {{elseif $manage}} <a href="apps/edit{{if $cat.0}}/?f=&cat={{$cat.0}}{{/if}}" class="pull-right btn btn-primary btn-sm">{{$manage}}</a> {{/if}} {{/if}} |