aboutsummaryrefslogtreecommitdiffstats
path: root/settings/templates/help.php
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-02 23:18:25 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-02 23:18:25 +0200
commitc84b226cb55d9a51570d634015f1e793451a2b2b (patch)
tree8b512e5f8be39fc3f717b1aa430a592838c9684f /settings/templates/help.php
parent2e6a27614e8da443bd6b29fb2a3f4a64b274c2a0 (diff)
downloadnextcloud-server-c84b226cb55d9a51570d634015f1e793451a2b2b.tar.gz
nextcloud-server-c84b226cb55d9a51570d634015f1e793451a2b2b.zip
add arrow icon for external links
Diffstat (limited to 'settings/templates/help.php')
-rw-r--r--settings/templates/help.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/settings/templates/help.php b/settings/templates/help.php
index 06cc98c5047..403dde30dae 100644
--- a/settings/templates/help.php
+++ b/settings/templates/help.php
@@ -17,12 +17,12 @@
<li>
<a href="http://owncloud.org/support" target="_blank">
- <?php p($l->t( 'Online Documentation' )); ?>
+ <?php p($l->t( 'Online Documentation' )); ?> ↗
</a>
</li>
<li>
<a href="https://forum.owncloud.org" target="_blank">
- <?php p($l->t( 'Forum' )); ?>
+ <?php p($l->t( 'Forum' )); ?> ↗
</a>
</li>
@@ -30,14 +30,14 @@
<li>
<a href="https://github.com/owncloud/core/blob/master/CONTRIBUTING.md"
target="_blank">
- <?php p($l->t( 'Bugtracker' )); ?>
+ <?php p($l->t( 'Bugtracker' )); ?> ↗
</a>
</li>
<?php } ?>
<li>
<a href="https://owncloud.com" target="_blank">
- <?php p($l->t( 'Commercial Support' )); ?>
+ <?php p($l->t( 'Commercial Support' )); ?> ↗
</a>
</li>
</div>