diff pylons_app/templates/files/files_annotate.html @ 278:ed7abf925696

#4: changes proposed by feedback to annotation
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 13 Jun 2010 16:27:19 +0200
parents be4621c6de58
children 558eb7c5028f
line wrap: on
line diff
--- a/pylons_app/templates/files/files_annotate.html	Sun Jun 13 15:56:47 2010 +0200
+++ b/pylons_app/templates/files/files_annotate.html	Sun Jun 13 16:27:19 2010 +0200
@@ -27,9 +27,11 @@
 			<dt>${_('Size')}</dt>
 			<dd>${h.format_byte_size(c.file.size,binary=True)}</dd>
 			<dt>${_('Options')}</dt>
-			<dd>${h.link_to(_('source'),
-			h.url('files_home',repo_name=c.repo_name,revision=c.cur_rev,f_path=c.f_path))}  / ${h.link_to(_('raw'),
-			h.url('files_raw_home',repo_name=c.repo_name,revision=c.cur_rev,f_path=c.f_path))}</dd>				
+			<dd>${h.link_to(_('show source'),
+					h.url('files_home',repo_name=c.repo_name,revision=c.cur_rev,f_path=c.f_path))}  
+				/ ${h.link_to(_('download as raw'),
+					h.url('files_raw_home',repo_name=c.repo_name,revision=c.cur_rev,f_path=c.f_path))}
+			</dd>				
 		</dl>
 		<div id="body" class="codeblock">
 			<div class="code-header">