diff pylons_app/controllers/summary.py @ 127:20dc7a5eb748

Html changes and cleanups, made folders for html templates, implemented tags and branches pages
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 03 May 2010 19:07:54 +0200
parents cfddee9d3693
children b68b2246e5a6
line wrap: on
line diff
--- a/pylons_app/controllers/summary.py	Mon May 03 18:31:00 2010 +0200
+++ b/pylons_app/controllers/summary.py	Mon May 03 19:07:54 2010 +0200
@@ -11,7 +11,6 @@
 class SummaryController(BaseController):
     def __before__(self):
         c.repos_prefix = config['repos_name']
-        
         c.repo_name = get_repo_slug(request)
         
     def index(self):