diff --git a/pylons_app/templates/graph.html b/pylons_app/templates/graph.html deleted file mode 100644 --- a/pylons_app/templates/graph.html +++ /dev/null @@ -1,112 +0,0 @@ -<%inherit file="/base/base.html"/> - -<%def name="title()"> - ${_('Repository managment')} -%def> -<%def name="breadcrumbs()"> - ${h.link_to(u'Home',h.url('/'))} - / - ${h.link_to(c.repo_name,h.url('graph_home',repo_name=c.repo_name))} - / - ${_('graph')} -%def> -<%def name="page_nav()"> -
- - ${self.menu('graph')} -%def> - -<%def name="main()"> - -