view rhodecode/templates/index.html @ 1917:a7a282a902b2 rhodecode-0.0.1.2.4

nicer setup question about repo path
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 19 Jan 2012 07:11:28 +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>