view rhodecode/templates/changeset/raw_changeset.html @ 2723:04aa0ea1ddd0 beta

fixed comment addition and deletion functionality on IE9
author Dies Koper <diesk@fast.au.fujitsu.com>
date Tue, 21 Aug 2012 14:11:22 +1000
parents 60115135b77e
children 32471bd1f4ee
line wrap: on
line source

%if h.is_hg(c.scm_type):
# ${c.scm_type.upper()} changeset patch
# User ${c.changeset.author|n}
# Date ${c.changeset.date}
# Node ID ${c.changeset.raw_id}
${c.parent_tmpl}
${c.changeset.message}
%endif
${c.diffs|n}