From 0177ebb23872520ab05fbb2f8dae3ae56fe3672c Mon Sep 17 00:00:00 2001
From: "Johan \"Papa\" Cwiklinski" <trasher@odysseus.(none)>
Date: Sun, 30 May 2010 18:19:33 +0200
Subject: Add link on package owner

---
 smarty/templates/rpmphp/rpm.tpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'smarty')

diff --git a/smarty/templates/rpmphp/rpm.tpl b/smarty/templates/rpmphp/rpm.tpl
index be277ca..32af685 100644
--- a/smarty/templates/rpmphp/rpm.tpl
+++ b/smarty/templates/rpmphp/rpm.tpl
@@ -72,7 +72,7 @@
                             </td>
                             <td>
     {foreach from=$p.owners item=owner name=ow_it}
-        {$owner}
+        <a href="?what={$owner}">{$owner}</a>
         {if not $smarty.foreach.ow_it.last}
             <br/>
         {/if}
-- 
cgit