comparison pylons_app/templates/files/files_annotate.html @ 375:3e55d9981c0e

templating fixes
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 28 Jul 2010 23:38:06 +0200
parents 558eb7c5028f
children 2a18192fbd1e
comparison
equal deleted inserted replaced
374:6725742f029a 375:3e55d9981c0e
7 <%def name="breadcrumbs_links()"> 7 <%def name="breadcrumbs_links()">
8 ${h.link_to(u'Home',h.url('/'))} 8 ${h.link_to(u'Home',h.url('/'))}
9 &raquo; 9 &raquo;
10 ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))} 10 ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))}
11 &raquo; 11 &raquo;
12 ${_('annotate')} 12 ${_('annotate')} @ R${c.rev_nr}:${c.cur_rev}
13 </%def> 13 </%def>
14 14
15 <%def name="page_nav()"> 15 <%def name="page_nav()">
16 ${self.menu('files')} 16 ${self.menu('files')}
17 </%def> 17 </%def>
23 </div> 23 </div>
24 <div class="table"> 24 <div class="table">
25 <div id="files_data"> 25 <div id="files_data">
26 <h2>${_('Location')}: ${h.files_breadcrumbs(c.repo_name,c.cur_rev,c.file.path)}</h2> 26 <h2>${_('Location')}: ${h.files_breadcrumbs(c.repo_name,c.cur_rev,c.file.path)}</h2>
27 <dl class="overview"> 27 <dl class="overview">
28 <dt>${_('Revision')}</dt> 28 <dt>${_('Last revision')}</dt>
29 <dd>r${c.file.last_changeset.revision}:${c.file.last_changeset._short}</dd> 29 <dd>r${c.file.last_changeset.revision}:${c.file.last_changeset._short}</dd>
30 <dt>${_('Size')}</dt> 30 <dt>${_('Size')}</dt>
31 <dd>${h.format_byte_size(c.file.size,binary=True)}</dd> 31 <dd>${h.format_byte_size(c.file.size,binary=True)}</dd>
32 <dt>${_('Options')}</dt> 32 <dt>${_('Options')}</dt>
33 <dd>${h.link_to(_('show source'), 33 <dd>${h.link_to(_('show source'),