# HG changeset patch # User Daniel Dourvaris # Date 2016-11-27 09:12:19 # Node ID 846961692ce624410f1be3f97e0c7ac74449a8f1 # Parent ecb509ad93665afe1910a299a36a49ac3f7f1cc0 ux: fix bug where limited diff message wasn't spanning entire table diff --git a/rhodecode/templates/codeblocks/diffs.html b/rhodecode/templates/codeblocks/diffs.html --- a/rhodecode/templates/codeblocks/diffs.html +++ b/rhodecode/templates/codeblocks/diffs.html @@ -194,7 +194,7 @@ collapse_all = len(diffset.files) > coll %endif %if over_lines_changed_limit: - + ${_('This diff has been collapsed as it changes many lines, (%i lines changed)' % lines_changed)} ${_('Show them')} @@ -207,7 +207,7 @@ collapse_all = len(diffset.files) > coll %endif %if filediff.patch['is_limited_diff']: - + ${_('The requested commit is too big and content was truncated.')} ${_('Show full diff')}