Files @ 3761a66b8add
Branch filter:

Location: kallithea/rhodecode/templates/index.html

Mads Kiilerich
pullrequests: handle the case where no matching revisions are found for either end

Use -1 as default revision - that is the null revision.
## -*- 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>