diff --git a/pylons_app/templates/repos_manage.html b/pylons_app/templates/repos_manage.html --- a/pylons_app/templates/repos_manage.html +++ b/pylons_app/templates/repos_manage.html @@ -7,34 +7,22 @@ / ${h.link_to(u'Admin',h.url('admin_home'))} / - ${h.link_to(u'Repos managment',h.url('admin_repos_manage'))} + ${h.link_to(u'Repos managment',h.url('repos'))} <%def name="page_nav()">
  • ${h.link_to(u'Home',h.url('/'))}
  • ${_('Admin')}
  • <%def name="main()"> - - -
    -

    Create new repository

    -
    - - - - - - - - - - - - - -
     
    - -
    -
    + +
    +

    ${_('Mercurial repos')}

    \ No newline at end of file