# HG changeset patch # User Marcin Kuzminski # Date 2013-01-30 00:06:36 # Node ID 91f4e30da32de6681d298db245fcc6559e88a770 # Parent 9024748fb5844a8059a71b8ca15b1e4345d73543 added show full diff into cut off message ref #745 diff --git a/rhodecode/templates/changeset/changeset.html b/rhodecode/templates/changeset/changeset.html --- a/rhodecode/templates/changeset/changeset.html +++ b/rhodecode/templates/changeset/changeset.html @@ -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 --git a/rhodecode/templates/compare/compare_diff.html b/rhodecode/templates/compare/compare_diff.html --- a/rhodecode/templates/compare/compare_diff.html +++ b/rhodecode/templates/compare/compare_diff.html @@ -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