diff --git a/pylons_app/templates/index.html b/pylons_app/templates/index.html
--- a/pylons_app/templates/index.html
+++ b/pylons_app/templates/index.html
@@ -41,11 +41,15 @@ from pylons_app.lib import filters
${repo['last_change']|n,filters.age} |
r${repo['rev']}:${repo['tip']} |
${repo['contact']} |
-
+
%for archive in repo['repo_archives']:
- ${archive['type']}
+ |
+ ${h.link_to(archive['type'],
+ h.url('files_archive_home',repo_name=repo['name'],
+ revision='tip',fileformat=archive['extension']),class_="archive_logo" )}
+ |
%endfor
-
+
${h.link_to(_('RSS'),h.url('rss_feed_home',repo_name=repo['name']),class_='rss_logo')}
|