remove 'More apps' link from apps mgmt now that we have support for experimental apps

This commit is contained in:
Jan-Christoph Borchardt 2015-05-01 18:07:55 -04:00
parent eda4d45836
commit 4c070b3e12
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>