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