diff --git a/rhodecode/templates/summary/statistics.html b/rhodecode/templates/summary/statistics.html new file mode 100644 --- /dev/null +++ b/rhodecode/templates/summary/statistics.html @@ -0,0 +1,450 @@ +<%inherit file="/base/base.html"/> + +<%def name="title()"> + ${_('%s Statistics') % c.repo_name} + %if c.rhodecode_name: + · ${c.rhodecode_name} + %endif +%def> + +<%def name="breadcrumbs_links()"> + ${_('Statistics')} +%def> + +<%def name="page_nav()"> + ${self.menu('repositories')} +%def> + +<%def name="head_extra()"> + + +%def> + +<%def name="main()"> +${self.repo_context_bar('summary')} + <% + summary = lambda n:{False:'summary-short'}.get(n) + %> +