diff options
author | Remi Collet <fedora@famillecollet.com> | 2010-08-01 17:28:11 +0800 |
---|---|---|
committer | Johan Cwiklinski <trasher@x-tnd.be> | 2010-08-01 18:17:04 +0800 |
commit | 2091997e6d1f10b2ea0093483678541c5bec35f3 (patch) | |
tree | f3e7f55906ca2eb1cf02779509f1b20c35abf7c9 /smarty/templates/rpmphp | |
parent | 6f2cf3f10c992ae2b5989bcaa17aa7356417a933 (diff) |
Add link to src.rpm, fixes #64
Diffstat (limited to 'smarty/templates/rpmphp')
-rw-r--r-- | smarty/templates/rpmphp/zoom.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/smarty/templates/rpmphp/zoom.tpl b/smarty/templates/rpmphp/zoom.tpl index 5841478..c2a5659 100644 --- a/smarty/templates/rpmphp/zoom.tpl +++ b/smarty/templates/rpmphp/zoom.tpl @@ -70,9 +70,9 @@ <tr class="{if $smarty.foreach.plist.iteration % 2 eq 0}even{else}odd{/if}"> <td>{if $p->repo_main neq $prev}<strong>{$p->repo_main}</strong>{/if}</td> <td>{$p->repo_sub}</td> - <td> + <td><a href='{$p->rpmurl}' alt='Download source RPM'> {if $p->epoch}{$p->epoch}:{/if} - {$p->ver}-{$p->rel} + {$p->ver}-{$p->rel}</a> </td> <td{if $p->repo_main neq $prev} id="pkgdb_{$p->repo_main}_owner"{/if}> {if $p->repo_main neq $prev} |