comparison rhodecode/templates/files/files_annotate.html @ 802:4a7432d0a1a5 beta

fixed file source and annotation revision links
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 03 Dec 2010 16:07:20 +0100
parents d49c0fc1b2d7
children e8b5be26fb78
comparison
equal deleted inserted replaced
801:a81bd2a8cdd4 802:4a7432d0a1a5
28 </div> 28 </div>
29 <div class="table"> 29 <div class="table">
30 <div id="files_data"> 30 <div id="files_data">
31 <h3 class="files_location">${_('Location')}: ${h.files_breadcrumbs(c.repo_name,c.cs.revision,c.file.path)}</h3> 31 <h3 class="files_location">${_('Location')}: ${h.files_breadcrumbs(c.repo_name,c.cs.revision,c.file.path)}</h3>
32 <dl class="overview"> 32 <dl class="overview">
33 <dt>${_('Last revision')}</dt> 33 <dt>${_('Revision')}</dt>
34 <dd>${h.link_to("r%s:%s" % (c.file.last_changeset.revision,h.short_id(c.file.last_changeset.raw_id)), 34 <dd>${h.link_to("r%s:%s" % (c.file.last_changeset.revision,h.short_id(c.file.last_changeset.raw_id)),
35 h.url('files_annotate_home',repo_name=c.repo_name,revision=c.file.last_changeset.raw_id,f_path=c.f_path))} </dd> 35 h.url('changeset_home',repo_name=c.repo_name,revision=c.file.last_changeset.raw_id))} </dd>
36 <dt>${_('Size')}</dt> 36 <dt>${_('Size')}</dt>
37 <dd>${h.format_byte_size(c.file.size,binary=True)}</dd> 37 <dd>${h.format_byte_size(c.file.size,binary=True)}</dd>
38 <dt>${_('Mimetype')}</dt> 38 <dt>${_('Mimetype')}</dt>
39 <dd>${c.file.mimetype}</dd> 39 <dd>${c.file.mimetype}</dd>
40 <dt>${_('Options')}</dt> 40 <dt>${_('Options')}</dt>