use arrow icon for external link to Apps dev docs, like in Help section

remotes/origin/poc-doctrine-migrations
Jan-Christoph Borchardt 2015-05-22 01:17:22 +07:00
parent 39d1e99228
commit 94e4f448ee
1 changed files with 1 additions and 1 deletions

@ -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>