Merge pull request #16518 from owncloud/external-link-arrow

use arrow icon for external link to Apps dev docs, like in Help section
This commit is contained in:
Vincent Petry 2015-05-26 12:17:50 +02:00
commit 23bbf287ff
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ script(
<?php if(OC_Config::getValue('appstoreenabled', true) === true): ?>
<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>
<?php endif; ?>
</script>