summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2015-05-02 19:54:42 +0200
committerLukas Reschke <lukas@owncloud.com>2015-05-02 19:54:42 +0200
commit6528a17ea3c1f3ef81c463f6c84edaddad29e967 (patch)
tree45663974a7a5cad5385fb54a161d484d43f069c4 /settings
parentaa0d439ed9c38389a4508e95a0dd00fa857a5bf8 (diff)
parent4c070b3e1212ff3e3a2b8b79bbbe7a4a9cc369f7 (diff)
downloadnextcloud-server-6528a17ea3c1f3ef81c463f6c84edaddad29e967.tar.gz
nextcloud-server-6528a17ea3c1f3ef81c463f6c84edaddad29e967.zip
Merge pull request #16005 from owncloud/remove-more-apps
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; ?>