diff pylons_app/templates/files/files_source.html @ 495:15f837c62fa5 celery

added mimetypes to files
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 22 Sep 2010 16:24:07 +0200
parents 9836541b0509
children d945c95ba4ac
line wrap: on
line diff
--- a/pylons_app/templates/files/files_source.html	Wed Sep 22 04:31:21 2010 +0200
+++ b/pylons_app/templates/files/files_source.html	Wed Sep 22 16:24:07 2010 +0200
@@ -6,6 +6,8 @@
 	</dd>
 	<dt>${_('Size')}</dt>
 	<dd>${h.format_byte_size(c.files_list.size,binary=True)}</dd>
+	<dt>${_('Mimetype')}</dt>
+	<dd>${c.files_list.mimetype}</dd>
 	<dt>${_('Options')}</dt>
 	<dd>${h.link_to(_('show annotation'),
 			h.url('files_annotate_home',repo_name=c.repo_name,revision=c.cur_rev,f_path=c.f_path))}