view rhodecode/templates/index.html @ 1850:c4ff52b0d112 beta

changelog: more commits by default; tweak top header layout
author Aras Pranckevicius <aras@unity3d.com>
date Thu, 05 Jan 2012 21:40:05 +0200
parents e0383813f3e2
children f91d3f9b7230
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>