]> source.dussan.org Git - nextcloud-server.git/commitdiff
add arrow icon for external links
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Mon, 2 Jun 2014 21:18:25 +0000 (23:18 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Mon, 2 Jun 2014 21:18:25 +0000 (23:18 +0200)
settings/templates/help.php

index 06cc98c5047f70da9ca7f2592eee194edc804b26..403dde30daeb23ce32833e9ec370c3ce41a40595 100644 (file)
 
                <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>
 
                <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>