Mercurial > public > src > rhodecode
diff pylons_app/controllers/files.py @ 357:588c6147efc7
removed unneded value
author | Marcin Kuzminski <marcin@python-works.com> |
---|---|
date | Sun, 04 Jul 2010 13:47:28 +0200 |
parents | fdf9f6ee5217 |
children | fa3835d34fc1 |
line wrap: on
line diff
--- a/pylons_app/controllers/files.py Sun Jul 04 00:52:47 2010 +0200 +++ b/pylons_app/controllers/files.py Sun Jul 04 13:47:28 2010 +0200 @@ -105,7 +105,7 @@ c.file_msg = cs.get_file_message(f_path) c.cur_rev = cs.raw_id c.f_path = f_path - c.annotate = cs.get_file_annotate(f_path) + return render('files/files_annotate.html') def archivefile(self, repo_name, revision, fileformat):