comparison pylons_app/templates/changeset/changeset.html @ 420:2a18192fbd1e

templating updates (font sizes)
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 05 Aug 2010 01:31:01 +0200
parents 558eb7c5028f
children 9dd372c7166c
comparison
equal deleted inserted replaced
419:a9a607a58b1c 420:2a18192fbd1e
67 <span> 67 <span>
68 ${h.link_to_if(change!='removed',filenode.path,h.url('files_home',repo_name=c.repo_name, 68 ${h.link_to_if(change!='removed',filenode.path,h.url('files_home',repo_name=c.repo_name,
69 revision=filenode.changeset.raw_id,f_path=filenode.path))} 69 revision=filenode.changeset.raw_id,f_path=filenode.path))}
70 </span> 70 </span>
71 %if 1: 71 %if 1:
72 &raquo; <span style="font-size:77%">${h.link_to(_('diff'), 72 &raquo; <span>${h.link_to(_('diff'),
73 h.url('files_diff_home',repo_name=c.repo_name,f_path=filenode.path,diff2=cs2,diff1=cs1,diff='diff'))}</span> 73 h.url('files_diff_home',repo_name=c.repo_name,f_path=filenode.path,diff2=cs2,diff1=cs1,diff='diff'))}</span>
74 &raquo; <span style="font-size:77%">${h.link_to(_('raw diff'), 74 &raquo; <span>${h.link_to(_('raw diff'),
75 h.url('files_diff_home',repo_name=c.repo_name,f_path=filenode.path,diff2=cs2,diff1=cs1,diff='raw'))}</span> 75 h.url('files_diff_home',repo_name=c.repo_name,f_path=filenode.path,diff2=cs2,diff1=cs1,diff='raw'))}</span>
76 &raquo; <span style="font-size:77%">${h.link_to(_('download diff'), 76 &raquo; <span>${h.link_to(_('download diff'),
77 h.url('files_diff_home',repo_name=c.repo_name,f_path=filenode.path,diff2=cs2,diff1=cs1,diff='download'))}</span> 77 h.url('files_diff_home',repo_name=c.repo_name,f_path=filenode.path,diff2=cs2,diff1=cs1,diff='download'))}</span>
78 %endif 78 %endif
79 </div> 79 </div>
80 </div> 80 </div>
81 <div class="code-body"> 81 <div class="code-body">