# HG changeset patch # User Marcin Kuzminski # Date 1359928700 -3600 # Node ID 1af36014d96fea283712ac12d25eac5784a2b674 # Parent 2c1924699bf75c687d2a76d2d9195029bb508125 show full diff option should preserve current GET params diff -r 2c1924699bf7 -r 1af36014d96f rhodecode/templates/changeset/changeset.html --- a/rhodecode/templates/changeset/changeset.html Sun Feb 03 21:11:01 2013 +0100 +++ b/rhodecode/templates/changeset/changeset.html Sun Feb 03 22:58:20 2013 +0100 @@ -134,7 +134,7 @@ %endfor % if c.limited_diff: -
${_('Changeset was too big and was cut off...')} ${_('Show full diff')}
+
${_('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...')} ${_('Show full diff')}

+

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

% endif ## template for inline comment form diff -r 2c1924699bf7 -r 1af36014d96f rhodecode/templates/compare/compare_diff.html --- a/rhodecode/templates/compare/compare_diff.html Sun Feb 03 21:11:01 2013 +0100 +++ b/rhodecode/templates/compare/compare_diff.html Sun Feb 03 22:58:20 2013 +0100 @@ -59,7 +59,7 @@ %endfor % if c.limited_diff: -
${_('Changeset was too big and was cut off...')} ${_('Show full diff')}
+
${_('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...')} ${_('Show full diff')}

+

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

% endif