add arrow icon for external links

This commit is contained in:
Jan-Christoph Borchardt 2014-06-02 23:18:25 +02:00
parent 2e6a27614e
commit c84b226cb5
1 changed files with 4 additions and 4 deletions

View File

@ -17,12 +17,12 @@
<li> <li>
<a href="http://owncloud.org/support" target="_blank"> <a href="http://owncloud.org/support" target="_blank">
<?php p($l->t( 'Online Documentation' )); ?> <?php p($l->t( 'Online Documentation' )); ?>
</a> </a>
</li> </li>
<li> <li>
<a href="https://forum.owncloud.org" target="_blank"> <a href="https://forum.owncloud.org" target="_blank">
<?php p($l->t( 'Forum' )); ?> <?php p($l->t( 'Forum' )); ?>
</a> </a>
</li> </li>
@ -30,14 +30,14 @@
<li> <li>
<a href="https://github.com/owncloud/core/blob/master/CONTRIBUTING.md" <a href="https://github.com/owncloud/core/blob/master/CONTRIBUTING.md"
target="_blank"> target="_blank">
<?php p($l->t( 'Bugtracker' )); ?> <?php p($l->t( 'Bugtracker' )); ?>
</a> </a>
</li> </li>
<?php } ?> <?php } ?>
<li> <li>
<a href="https://owncloud.com" target="_blank"> <a href="https://owncloud.com" target="_blank">
<?php p($l->t( 'Commercial Support' )); ?> <?php p($l->t( 'Commercial Support' )); ?>
</a> </a>
</li> </li>
</div> </div>