Files @ 73ef2a5d3042
Branch filter:

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

Mads Kiilerich
pull requests: make it possible control display of closed PRs and whether it is PRs to or from repo
## -*- 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>