aboutsummaryrefslogtreecommitdiffstats
path: root/view/apps.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/apps.tpl')
-rw-r--r--view/apps.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/apps.tpl b/view/apps.tpl
index 61ea9ee5f..4c7f8c94c 100644
--- a/view/apps.tpl
+++ b/view/apps.tpl
@@ -2,6 +2,6 @@
<ul>
{{ for $apps as $ap }}
- <li><a href="$ap.url">$ap.name</a></li>
+ <li>$ap</li>
{{ endfor }}
</ul>