mirror of
https://github.com/kennethreitz-archive/wp-krtheme.git
synced 2026-06-05 23:40:16 +00:00
added pipe between zip/tar on project archive page
This commit is contained in:
@@ -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>
|
||||
|
||||
Watchers: <?php echo $repo->watchers ?>
|
||||
|
||||
Reference in New Issue
Block a user