view rhodecode/templates/index.html @ 1579:9b80fb893e7f beta

fix for issue #277, - cleaned the LDAP code a little
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 20 Oct 2011 00:35:01 +0200
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>