diff pylons_app/templates/summary/summary.html @ 210:6257cf277395

Css changes, added icon pack.
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 23 May 2010 21:27:07 +0200
parents 410101210923
children 64e1125fc479
line wrap: on
line diff
--- a/pylons_app/templates/summary/summary.html	Sun May 23 21:26:18 2010 +0200
+++ b/pylons_app/templates/summary/summary.html	Sun May 23 21:27:07 2010 +0200
@@ -28,7 +28,7 @@
         <dd>${c.repo_info.last_change|n,filters.rfc822date} - ${c.repo_info.last_change|n,filters.age}</dd>
         <dt>${_('url')}</dt>
         <dd><pre style="margin:0">hg clone <a href="${c.clone_repo_url}">${c.clone_repo_url}</a></pre></dd>
-        <dt>${_('Download')}</dt>
+        <dt>${_('download')}</dt>
         <dd>
        	%for cnt,archive in enumerate(c.repo_info._get_archives()):
        		 %if cnt >=1:
@@ -36,7 +36,7 @@
        		 %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
         </dd>
     </dl>