view rhodecode/templates/index.html @ 3618:0e18540fd1c7 beta

Enable flash extraction in error documents
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 27 Mar 2013 19:37:14 +0100
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>