view rhodecode/templates/changeset/raw_changeset.html @ 1902:2112bcbcb346 beta

added tooltips into diff icons
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 14 Jan 2012 17:10:51 +0200
parents f91d3f9b7230
children 60115135b77e
line wrap: on
line source

# ${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}

${c.diffs|n}