Files @ 600ffde2634c
Branch filter:

Location: kallithea/rhodecode/templates/index.html - annotation

Marcin Kuzminski
changelog pagination with branch filtering now uses
common logic that non branch filtered version.
- introduced CollectionGenerator object as a helper for
achieving abstraction layer on top of filtered results
## -*- coding: utf-8 -*-
<%inherit file="base/base.html"/>

<%def name="title()">
${_('Dashboard')} &middot; ${c.rhodecode_name}
</%def>

<%def name="breadcrumbs()">
</%def>

<%def name="page_nav()">
${self.menu('repositories')}
</%def>

<%def name="main()">
   <%include file="index_base.html" args="parent=self"/>
</%def>