Show More
@@ -30,6 +30,8 b'' | |||
|
30 | 30 | h.url('files_annotate_home',repo_name=c.repo_name,revision=c.file.last_changeset._short,f_path=c.f_path))} </dd> |
|
31 | 31 | <dt>${_('Size')}</dt> |
|
32 | 32 | <dd>${h.format_byte_size(c.file.size,binary=True)}</dd> |
|
33 | <dt>${_('Mimetype')}</dt> | |
|
34 | <dd>${c.file.mimetype}</dd> | |
|
33 | 35 | <dt>${_('Options')}</dt> |
|
34 | 36 | <dd>${h.link_to(_('show source'), |
|
35 | 37 | h.url('files_home',repo_name=c.repo_name,revision=c.cur_rev,f_path=c.f_path))} |
General Comments 0
You need to be logged in to leave comments.
Login now