[Pkg-owncloud-commits] [owncloud] 198/215: remove 'More apps' link from apps mgmt now that we have support for experimental apps

David Prévot taffit at moszumanska.debian.org
Tue May 5 01:01:50 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch stable8
in repository owncloud.

commit 4c070b3e1212ff3e3a2b8b79bbbe7a4a9cc369f7
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Fri May 1 18:07:55 2015 -0400

    remove 'More apps' link from apps mgmt now that we have support for experimental apps
---
 settings/templates/apps.php | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/settings/templates/apps.php b/settings/templates/apps.php
index 31de7fa..fb25917 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; ?>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list