diff rhodecode/templates/files/files_annotate.html @ 813:e8b5be26fb78 beta

fixed small issue made on latest patches
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 07 Dec 2010 01:33:31 +0100
parents 4a7432d0a1a5
children 6b40654afa1e 0dc8d578ff49
line wrap: on
line diff
--- a/rhodecode/templates/files/files_annotate.html	Sun Dec 05 18:29:15 2010 +0100
+++ b/rhodecode/templates/files/files_annotate.html	Tue Dec 07 01:33:31 2010 +0100
@@ -63,7 +63,7 @@
 					<div class="commit">"${c.file.message}"</div>
 				</div>
 				<div class="code-body">
-					% if c.file.size < c.file_size_limit:
+					% if c.file.size < c.cut_off_limit:
 						${h.pygmentize_annotation(c.file,linenos=True,anchorlinenos=True,lineanchors='S',cssclass="code-highlight")}
 					%else:
 						${_('File is to big to display')} ${h.link_to(_('show as raw'),