view rhodecode/templates/index.html @ 1681:1bf03daafaf0 beta

fixes inline comments double entries
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 13 Nov 2011 18:19:31 +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>