Add link to Redmine issue tracker in contact page.
authorRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Mon, 29 Aug 2011 07:23:47 +0000 (10:23 +0300)
committerRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Mon, 29 Aug 2011 07:23:47 +0000 (10:23 +0300)
application/views/article/english/contact.php

index 7aad0db..cfb14e3 100644 (file)
@@ -7,4 +7,8 @@
                <?php echo safe_mailto('p2p-next-contact@cs.pub.ro', 'p2p-next-contact@cs.pub.ro') ?>
                <!--<a href="mailto:p2p-next-contact@cs.pub.ro">p2p-next-contact@cs.pub.ro</a>-->
        </dd>
-</dl>
\ No newline at end of file
+       <dt><img src="<?php echo site_url('img/redmine-logo.svg') ?>" class="inline" alt="email" width="48" height="33" /> Redmine Issue Tracker: </dt>
+       <dd>
+               <a href="http://p2p-next.cs.pub.ro/redmine/site/issues">http://p2p-next.cs.pub.ro/redmine/site/issues</a>
+       </dd>
+</dl>