# HG changeset patch # User Marcin Kuzminski # Date 1359500796 -3600 # Node ID 91f4e30da32de6681d298db245fcc6559e88a770 # Parent 9024748fb5844a8059a71b8ca15b1e4345d73543 added show full diff into cut off message ref #745 diff -r 9024748fb584 -r 91f4e30da32d rhodecode/templates/changeset/changeset.html --- a/rhodecode/templates/changeset/changeset.html Wed Jan 30 01:09:55 2013 +0100 +++ b/rhodecode/templates/changeset/changeset.html Wed Jan 30 00:06:36 2013 +0100 @@ -134,7 +134,7 @@ %endfor % if c.limited_diff: -
${_('Changeset was too big and was cut off...')}
+
${_('Changeset was too big and was cut off...')} ${_('Show full diff')}
% endif @@ -146,7 +146,7 @@ ${diff_block.diff_block(c.changes[c.changeset.raw_id])} % if c.limited_diff: -

${_('Changeset was too big and was cut off...')}

+

${_('Changeset was too big and was cut off...')} ${_('Show full diff')}

% endif ## template for inline comment form diff -r 9024748fb584 -r 91f4e30da32d rhodecode/templates/compare/compare_diff.html --- a/rhodecode/templates/compare/compare_diff.html Wed Jan 30 01:09:55 2013 +0100 +++ b/rhodecode/templates/compare/compare_diff.html Wed Jan 30 00:06:36 2013 +0100 @@ -59,7 +59,7 @@ %endfor % if c.limited_diff: -
${_('Changeset was too big and was cut off...')}
+
${_('Changeset was too big and was cut off...')} ${_('Show full diff')}
% endif @@ -70,7 +70,7 @@ ${diff_block.diff_block_simple([c.changes[fid]])} %endfor % if c.limited_diff: -

${_('Changeset was too big and was cut off...')}

+

${_('Changeset was too big and was cut off...')} ${_('Show full diff')}

% endif