##// END OF EJS Templates
Patch demandimport.enable because of bug introduced...
Patch demandimport.enable because of bug introduced in mercurial 2.5.0. Demand import is always enabled after importing hooks. .Rhodecode doesn't work with it.

File last commit:

r3700:3563bb7b merge default
r3944:d18500a8 beta
Show More
index.html
17 lines | 324 B | text/html | HtmlLexer
## -*- 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>