diff rhodecode/templates/summary/summary.html @ 1237:f7bb54f8c20f

fixed archive names, added setup command to contributing docs.
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 09 Apr 2011 20:15:18 +0200
parents 4fa80e0484ef
children cc4251628675
line wrap: on
line diff
--- a/rhodecode/templates/summary/summary.html	Sat Apr 09 19:59:40 2011 +0200
+++ b/rhodecode/templates/summary/summary.html	Sat Apr 09 20:15:18 2011 +0200
@@ -221,7 +221,7 @@
 		             %if cnt >=1:
 		             |
 		             %endif
-		             ${h.link_to(c.repo_info.name+'.'+archive['type'],
+		             ${h.link_to(archive['type'],
 		                h.url('files_archive_home',repo_name=c.repo_info.name,
 		                revision='tip',fileformat=archive['extension']),class_="archive_icon")}
 		        %endfor