view rhodecode/templates/index.html @ 1506:7865043e4ca9 beta

fixed broken check_repo on middlewares
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 01 Oct 2011 21:40:34 +0300
parents fc286aed92fe
children bf263968da47 64f44c2cf47c
line wrap: on
line source

## -*- coding: utf-8 -*-
<%inherit file="base/base.html"/>
<%def name="title()">
    ${_('Dashboard')} - ${c.rhodecode_name}
</%def>
<%def name="breadcrumbs()">
	${c.rhodecode_name}
</%def>
<%def name="page_nav()">
	${self.menu('home')}
</%def>
<%def name="main()">
    	<%include file="index_base.html" args="parent=self"/>
</%def>