# HG changeset patch # User Marcin Kuzminski # Date 1285165609 -7200 # Node ID 47f4c7ff245be5c985c55a40a43236b16aacf31b # Parent 15f837c62fa54391ca3cf2d0d132feb1657fff60 added mimetypes to annotate diff -r 15f837c62fa5 -r 47f4c7ff245b pylons_app/templates/files/files_annotate.html --- a/pylons_app/templates/files/files_annotate.html Wed Sep 22 16:24:07 2010 +0200 +++ b/pylons_app/templates/files/files_annotate.html Wed Sep 22 16:26:49 2010 +0200 @@ -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))}
${_('Size')}
${h.format_byte_size(c.file.size,binary=True)}
+
${_('Mimetype')}
+
${c.file.mimetype}
${_('Options')}
${h.link_to(_('show source'), h.url('files_home',repo_name=c.repo_name,revision=c.cur_rev,f_path=c.f_path))}