[Pkg-owncloud-commits] [owncloud] 111/457: use arrow icon for external link to Apps dev docs, like in Help section

David Prévot taffit at moszumanska.debian.org
Sun Jun 28 20:05:41 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch stable8
in repository owncloud.

commit 94e4f448ee0ddc8c33b0819b782293f43c245726
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Fri May 22 01:17:22 2015 +0200

    use arrow icon for external link to Apps dev docs, like in Help section
---
 settings/templates/apps.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/settings/templates/apps.php b/settings/templates/apps.php
index 6bbde71..0904f31 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>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list