diff --git a/pylons_app/templates/summary/summary.html b/pylons_app/templates/summary/summary.html
--- a/pylons_app/templates/summary/summary.html
+++ b/pylons_app/templates/summary/summary.html
@@ -28,7 +28,7 @@ from pylons_app.lib import filters
${c.repo_info.last_change|n,filters.rfc822date} - ${c.repo_info.last_change|n,filters.age}
${_('url')}
hg clone ${c.clone_repo_url}
- ${_('Download')}
+ ${_('download')}
%for cnt,archive in enumerate(c.repo_info._get_archives()):
%if cnt >=1:
@@ -36,7 +36,7 @@ from pylons_app.lib import filters
%endif
${h.link_to(c.repo_info.name+'.'+archive['type'],
h.url('files_archive_home',repo_name=c.repo_info.name,
- revision='tip',fileformat=archive['extension']))}
+ revision='tip',fileformat=archive['extension']),class_="archive_logo")}
%endfor