comparison rhodecode/templates/admin/repos/repo_add_create_repository.html @ 619:a1ec653f5f95

#38 updated RhodeCode titles
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 18 Oct 2010 23:51:37 +0200
parents 1a77a0c350f5
children 758f64f3fbda
comparison
equal deleted inserted replaced
618:b94f448df418 619:a1ec653f5f95
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 repository')} - ${c.rhodecode_name}
6 </%def> 6 </%def>
7 7
8 <%def name="breadcrumbs_links()"> 8 <%def name="breadcrumbs_links()">
9 ${_('add new repository')} 9 ${_('add new repository')}
10 </%def> 10 </%def>