Merge pull request #16005 from owncloud/remove-more-apps

remove 'More apps' link from apps mgmt now that we have support for experimental apps
This commit is contained in:
Lukas Reschke 2015-05-02 19:54:42 +02:00
commit 6528a17ea3
1 changed files with 0 additions and 3 deletions

View File

@ -30,9 +30,6 @@ script(
{{/each}}
<?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>