comparison 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
comparison
equal deleted inserted replaced
523:d64a3ab18845 524:63212fea2471
1 ## -*- coding: utf-8 -*- 1 ## -*- coding: utf-8 -*-
2 <%inherit file="/base/base.html"/> 2 <%inherit file="/base/base.html"/>
3 3
4 <%def name="title()"> 4 <%def name="title()">
5 ${_('Repositories administration')} 5 ${_('Add new repository')}
6 </%def> 6 </%def>
7 7
8 <%def name="breadcrumbs_links()"> 8 <%def name="breadcrumbs_links()">
9 ${h.link_to(_('Admin'),h.url('admin_home'))} 9 ${h.link_to(_('Admin'),h.url('admin_home'))}
10 &raquo; 10 &raquo;