comparison rhodecode/templates/admin/repos/repo_add_create_repository.html @ 2031:82a88013a3fd

merge 1.3 into stable
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 26 Feb 2012 17:25:09 +0200
parents f91d3f9b7230
children b4f401524060
comparison
equal deleted inserted replaced
2005:ab0e122b38a7 2031:82a88013a3fd
15 15
16 <%def name="main()"> 16 <%def name="main()">
17 <div class="box"> 17 <div class="box">
18 <!-- box / title --> 18 <!-- box / title -->
19 <div class="title"> 19 <div class="title">
20 ${self.breadcrumbs()} 20 ${self.breadcrumbs()}
21 </div> 21 </div>
22 <%include file="repo_add_base.html"/> 22 <%include file="repo_add_base.html"/>
23 </div> 23 </div>
24 </%def> 24 </%def>