summaryrefslogtreecommitdiffstats
path: root/smarty/templates
diff options
context:
space:
mode:
Diffstat (limited to 'smarty/templates')
-rw-r--r--smarty/templates/rpmphp/rpm.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/smarty/templates/rpmphp/rpm.tpl b/smarty/templates/rpmphp/rpm.tpl
index 9f9d94f..b0d942f 100644
--- a/smarty/templates/rpmphp/rpm.tpl
+++ b/smarty/templates/rpmphp/rpm.tpl
@@ -66,7 +66,7 @@
{foreach from=$packages item=p name=plist}
<tr class="{if $smarty.foreach.plist.iteration % 2 eq 0}even{else}odd{/if}">
<td>
- {$p.name}
+ <a href="zoom.php?rpm={$p.name}" title="{$p.name}">{$p.name}</a>
{if $p.channel}
<br/><small>channel: {$p.channel}</small>
{/if}