diff --git a/kallithea/templates/branches/branches.html b/kallithea/templates/branches/branches.html deleted file mode 100644 --- a/kallithea/templates/branches/branches.html +++ /dev/null @@ -1,96 +0,0 @@ -## -*- coding: utf-8 -*- -<%inherit file="/base/base.html"/> - -<%block name="title"> - ${_('%s Branches') % c.repo_name} - - -<%def name="breadcrumbs_links()"> - - ${_('Branches')} - - -<%block name="header_menu"> - ${self.menu('repositories')} - - -<%def name="main()"> -${self.repo_context_bar('switch-to')} -
- -
- ${self.breadcrumbs()} -
- - %if c.repo_branches: -
${_('Compare Branches')}
- %endif -
- <%include file='branches_data.html'/> -
-
- - - -