aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/app.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-05-21 01:55:32 -0700
committerfriendica <info@friendica.com>2014-05-21 01:55:32 -0700
commit77ca117218382b57e2d0590466d9fc38dc016e80 (patch)
treec7e3621510f45f9bd4d09d2fc6d4b9cf45e549f9 /view/tpl/app.tpl
parentc6de9096fabf913e5e8b4acbde75cd58bb8c9959 (diff)
downloadvolse-hubzilla-77ca117218382b57e2d0590466d9fc38dc016e80.tar.gz
volse-hubzilla-77ca117218382b57e2d0590466d9fc38dc016e80.tar.bz2
volse-hubzilla-77ca117218382b57e2d0590466d9fc38dc016e80.zip
make it possible to edit/delete apps via /apps/personal/edit
Diffstat (limited to 'view/tpl/app.tpl')
-rw-r--r--view/tpl/app.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/app.tpl b/view/tpl/app.tpl
index 1d39395d6..e375bd013 100644
--- a/view/tpl/app.tpl
+++ b/view/tpl/app.tpl
@@ -1,5 +1,5 @@
<div class="app-container">
-<a href="{{$app.url}}" {{if $app.hover}}title="{{$app.hover}}"{{/if}}><img src="{{$app.photo}}" width="80" height="80" />
+<a href="{{if $app.alt_url}}{{$app.alt_url}}{{else}}{{$app.url}}{{/if}}" {{if $app.hover}}title="{{$app.hover}}"{{/if}}><img src="{{$app.photo}}" width="80" height="80" />
<div class="app-name">{{$app.name}}</div>
</a>
{{if $install || $update || $delete }}