diff pylons_app/controllers/repos.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 8b06c420491d
children b5e59e2b5cfe
line wrap: on
line diff
--- a/pylons_app/controllers/repos.py	Mon May 03 18:31:00 2010 +0200
+++ b/pylons_app/controllers/repos.py	Mon May 03 19:07:54 2010 +0200
@@ -31,7 +31,7 @@
         hg_model = HgModel()
         c.repos_list = list(hg_model.get_repos())
         c.repos_list.sort(key=itemgetter('name'))
-        return render('/repos.html')
+        return render('admin/repos/repos.html')
     
     def create(self):
         """POST /repos: Create a new item"""