view rhodecode/templates/index.html @ 4115:8b7294a804a0 rhodecode-2.2.5-gpl

Update CONTRIBUTORS with new contributors from RhodeCode v2.2.5
author Bradley M. Kuhn <bkuhn@sfconservancy.org>
date Wed, 02 Jul 2014 19:03:10 -0400
parents 3563bb7b4b82
children ffd45b185016
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>