diff --git a/rhodecode/templates/changeset/changeset_file_comment.html b/rhodecode/templates/changeset/changeset_file_comment.html --- a/rhodecode/templates/changeset/changeset_file_comment.html +++ b/rhodecode/templates/changeset/changeset_file_comment.html @@ -10,7 +10,7 @@ ${co.author.username} ${_('commented on')} - ${h.short_id(co.commit_id)} + ${h.short_id(co.revision)} %if co.f_path: ${_(' in file ')} ${co.f_path}:L${co.line_no}