Changeset - 47f4c7ff245b
[Not reviewed]
celery
0 1 0
Marcin Kuzminski - 15 years ago 2010-09-22 16:26:49
marcin@python-works.com
added mimetypes to annotate
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
pylons_app/templates/files/files_annotate.html
Show inline comments
 
@@ -30,6 +30,8 @@
 
						h.url('files_annotate_home',repo_name=c.repo_name,revision=c.file.last_changeset._short,f_path=c.f_path))} </dd>
 
				<dt>${_('Size')}</dt>
 
				<dd>${h.format_byte_size(c.file.size,binary=True)}</dd>
 
    			<dt>${_('Mimetype')}</dt>
 
				<dd>${c.file.mimetype}</dd>				
 
				<dt>${_('Options')}</dt>
 
				<dd>${h.link_to(_('show source'),
 
						h.url('files_home',repo_name=c.repo_name,revision=c.cur_rev,f_path=c.f_path))}  
0 comments (0 inline, 0 general)