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:
commit
6528a17ea3
1 changed files with 0 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue