view rhodecode/templates/index.html @ 2044:fa74e91695a0

merge
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 26 Feb 2012 21:56:03 +0200
parents 82a88013a3fd
children dc2584ba5fbc
line wrap: on
line source

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