added pipe between zip/tar on project archive page

This commit is contained in:
Kenneth Reitz
2010-09-25 01:45:50 -04:00
parent c273aecc23
commit 3527f75331
+1 -1
View File
@@ -47,7 +47,7 @@
<?php echo $repo->description ?> <br />
<span class="grey">
<a href="http://github.com/kennethreitz/<?php echo $repo->name ?>/zipball/HEAD" class="file zip grey"><span class="fileType">ZIP</span></a>
<a href="http://github.com/kennethreitz/<?php echo $repo->name ?>/zipball/HEAD" class="file zip grey"><span class="fileType">ZIP</span></a> |
<a href="http://github.com/kennethreitz/<?php echo $repo->name ?>/tarball/HEAD" class="file tar grey"><span class="fileType">TAR</span></a>&nbsp;&nbsp;&nbsp;&nbsp;
Watchers: <?php echo $repo->watchers ?> &nbsp;&nbsp;&nbsp;&nbsp;