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
|
@ -30,9 +30,6 @@ script(
|
||||||
{{/each}}
|
{{/each}}
|
||||||
|
|
||||||
<?php if(OC_Config::getValue('appstoreenabled', true) === true): ?>
|
<?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>
|
<li>
|
||||||
<a class="app-external" target="_blank" href="https://owncloud.org/dev"><?php p($l->t('Developer documentation'));?> …</a>
|
<a class="app-external" target="_blank" href="https://owncloud.org/dev"><?php p($l->t('Developer documentation'));?> …</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in New Issue