aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2012-01-05 22:20:55 +0100
committerKevin Chabowski <kevin@kch42.de>2012-01-05 22:20:55 +0100
commita3be4bd82d36576bbcdedf752ccbb9f35320210a (patch)
tree3efada906b3ceed8a03df72ddf20196b91feccf3
parent572df2a7be46b7bdeaf10ad7568a43bb288e2500 (diff)
downloadr7r-repo-a3be4bd82d36576bbcdedf752ccbb9f35320210a.tar.gz
r7r-repo-a3be4bd82d36576bbcdedf752ccbb9f35320210a.tar.bz2
r7r-repo-a3be4bd82d36576bbcdedf752ccbb9f35320210a.zip
Linked packages on home.
-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>