diff pylons_app/templates/admin/repos/repo_add.html @ 524:63212fea2471

a lot of fixes in templates, added options to each repository showing fork/serach/settings fixed emtpy changeset (again !)
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 29 Sep 2010 22:36:53 +0200
parents 558eb7c5028f
children
line wrap: on
line diff
--- a/pylons_app/templates/admin/repos/repo_add.html	Tue Sep 28 22:38:34 2010 +0000
+++ b/pylons_app/templates/admin/repos/repo_add.html	Wed Sep 29 22:36:53 2010 +0200
@@ -2,7 +2,7 @@
 <%inherit file="/base/base.html"/>
 
 <%def name="title()">
-    ${_('Repositories administration')}
+    ${_('Add new repository')}
 </%def>
 
 <%def name="breadcrumbs_links()">