view rhodecode/templates/index.html @ 1457:ca99d77173fe beta

updated version of libs in setup file
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 07 Sep 2011 02:20:36 +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>