diff --git a/kallithea/templates/changeset/diff_block.html b/kallithea/templates/changeset/diff_block.html --- a/kallithea/templates/changeset/diff_block.html +++ b/kallithea/templates/changeset/diff_block.html @@ -65,9 +65,11 @@ %def> -<%def name="diff_block_simple(change)"> - - %for op,filenode_path,diff in change: +<%def name="diff_block_simple(files, changes)"> + %for fid, ch, f, stat in files: + <% + op, filenode_path, diff = changes[fid] + %>
${_('Changeset was too big and was cut off...')} ${_('Show full diff anyway')}
% endif