view rhodecode/templates/index.html @ 1437:7a46d67c263c beta

added welcome message if no repositories are present in current view
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 22 Jul 2011 20:06:40 +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>