diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-01-08 11:11:17 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-01-08 11:11:17 +0100 |
commit | 0600817ef75d19d1ec91ba822f8a6938d442824e (patch) | |
tree | 13794288d5ffca739248d9ec017ef1a4cef9b93d /view/tpl | |
parent | 214fa81ec62eeb8a735d2196373c37e89d02666a (diff) | |
download | volse-hubzilla-0600817ef75d19d1ec91ba822f8a6938d442824e.tar.gz volse-hubzilla-0600817ef75d19d1ec91ba822f8a6938d442824e.tar.bz2 volse-hubzilla-0600817ef75d19d1ec91ba822f8a6938d442824e.zip |
fix regression in app categories
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/myapps.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/myapps.tpl b/view/tpl/myapps.tpl index dd2a67a63..0ac836b38 100755 --- a/view/tpl/myapps.tpl +++ b/view/tpl/myapps.tpl @@ -4,10 +4,10 @@ {{if $create}} <a href="appman" class="pull-right btn btn-success btn-sm"><i class="fa fa-pencil-square-o"></i> {{$create}}</a> {{else}} - <a href="apps/edit{{if $cat}}/?f=&cat={{$cat}}{{/if}}" class="pull-right btn btn-primary btn-sm">{{$manage}}</a> + <a href="apps/edit{{if $cat.0}}/?f=&cat={{$cat.0}}{{/if}}" class="pull-right btn btn-primary btn-sm">{{$manage}}</a> {{/if}} {{/if}} - <h2>{{$title}}{{if $cat}} - {{$cat}}{{/if}}</h2> + <h2>{{$title}}{{if $cat.0}} - {{$cat.0}}{{/if}}</h2> </div> <div class="clearfix section-content-wrapper"> {{foreach $apps as $ap}} |