diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-05-22 01:17:22 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-05-22 01:17:22 +0200 |
commit | 94e4f448ee0ddc8c33b0819b782293f43c245726 (patch) | |
tree | cfc9b64cf410dbab6cc0745df45a23a89d4ec63e /settings/templates | |
parent | 39d1e99228a22e232795b9800503697b866f5023 (diff) | |
download | nextcloud-server-94e4f448ee0ddc8c33b0819b782293f43c245726.tar.gz nextcloud-server-94e4f448ee0ddc8c33b0819b782293f43c245726.zip |
use arrow icon for external link to Apps dev docs, like in Help section
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/apps.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/apps.php b/settings/templates/apps.php index 6bbde71df97..0904f31df4d 100644 --- a/settings/templates/apps.php +++ b/settings/templates/apps.php @@ -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> |