Mercurial > public > src > rhodecode
diff pylons_app/controllers/files.py @ 406:3e55d9981c0e
templating fixes
author | Marcin Kuzminski <marcin@python-works.com> |
---|---|
date | Wed, 28 Jul 2010 23:38:06 +0200 |
parents | 031152a540c5 |
children | 0d4fceb91c9c |
line wrap: on
line diff
--- a/pylons_app/controllers/files.py Wed Jul 28 20:10:39 2010 +0200 +++ b/pylons_app/controllers/files.py Wed Jul 28 23:38:06 2010 +0200 @@ -104,6 +104,7 @@ c.file = cs.get_node(f_path) c.file_msg = cs.get_file_message(f_path) c.cur_rev = cs.raw_id + c.rev_nr = cs.revision c.f_path = f_path return render('files/files_annotate.html')