view rhodecode/templates/index.html @ 3893:7e9776f38c55 beta

fixed duplicated test in diff tests
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 22 May 2013 22:35:39 +0200
parents eacd33e0c5b3
children 3563bb7b4b82
line wrap: on
line source

## -*- coding: utf-8 -*-
<%inherit file="base/base.html"/>

<%def name="title()">
${_('Dashboard')} &middot; ${c.rhodecode_name}
</%def>

<%def name="breadcrumbs()">
</%def>

<%def name="page_nav()">
${self.menu('repositories')}
</%def>

<%def name="main()">
   <%include file="index_base.html" args="parent=self"/>
</%def>