Mercurial > public > src > rhodecode
diff pylons_app/controllers/files.py @ 101:8b06c420491d
statics moved to pylons.
author | Marcin Kuzminski <marcin@python-works.com> |
---|---|
date | Sun, 25 Apr 2010 01:25:54 +0200 |
parents | 5b57295601b6 |
children | a86c8de926b4 |
line wrap: on
line diff
--- a/pylons_app/controllers/files.py Sun Apr 25 01:20:56 2010 +0200 +++ b/pylons_app/controllers/files.py Sun Apr 25 01:25:54 2010 +0200 @@ -11,7 +11,7 @@ class FilesController(BaseController): def __before__(self): c.repos_prefix = config['repos_name'] - c.staticurl = g.statics + c.repo_name = get_repo_slug(request) def index(self, repo_name, revision, f_path):