summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-05-01 18:07:55 -0400
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-05-01 18:07:55 -0400
commit4c070b3e1212ff3e3a2b8b79bbbe7a4a9cc369f7 (patch)
tree53ba0acf2b8f8f8bc7206553c21724cbff66b3bb /settings
parenteda4d4583645b49bd1e582f7396603ce6795e919 (diff)
downloadnextcloud-server-4c070b3e1212ff3e3a2b8b79bbbe7a4a9cc369f7.tar.gz
nextcloud-server-4c070b3e1212ff3e3a2b8b79bbbe7a4a9cc369f7.zip
remove 'More apps' link from apps mgmt now that we have support for experimental apps
Diffstat (limited to 'settings')
-rw-r--r--settings/templates/apps.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/settings/templates/apps.php b/settings/templates/apps.php
index 31de7fa2318..fb25917ee59 100644
--- a/settings/templates/apps.php
+++ b/settings/templates/apps.php
@@ -31,9 +31,6 @@ script(
<?php if(OC_Config::getValue('appstoreenabled', true) === true): ?>
<li>
- <a class="app-external" target="_blank" href="https://apps.owncloud.com/?xsortmode=high"><?php p($l->t('More apps'));?> …</a>
- </li>
- <li>
<a class="app-external" target="_blank" href="https://owncloud.org/dev"><?php p($l->t('Developer documentation'));?> …</a>
</li>
<?php endif; ?>