view rhodecode/templates/index.html @ 1887:3246fcce2402

backported fixes for statistics from beta branch, try to fix issue #271 - version bump
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 12 Jan 2012 06:21:48 +0200
parents bf263968da47
children 82a88013a3fd
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>