aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--r7r_repo/templates/src/home.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/r7r_repo/templates/src/home.html b/r7r_repo/templates/src/home.html
index 15d8051..26711d1 100644
--- a/r7r_repo/templates/src/home.html
+++ b/r7r_repo/templates/src/home.html
@@ -20,7 +20,7 @@
<ste:then>
<ste:foreach array="latest_pkgs" value="pkg">
<tr>
- <td><ste:escape>$pkg[name]</ste:escape></td>
+ <td><a href="$rel_path_to_root/p/<ste:escape>$pkg[name]</ste:escape>"><ste:escape>$pkg[name]</ste:escape></a></td>
<td><ste:escape>$pkg[version]</ste:escape></td>
<td><ste:escape>$pkg[description]</ste:escape></td>
<td><ste:date format="%d. %h. %Y, %H:%M:%S">$pkg[last_update]</ste:date></td>