view rhodecode/templates/index.html @ 3202:62ad5f2c474e beta

top menu: use 'Repositories' instead of down arrow - both to be consistent with other menu items and to give a stronger hint than two abstract symbols.
author Mads Kiilerich <madski@unity3d.com>
date Wed, 23 Jan 2013 20:26:33 +0100
parents e1a54d600c89
children dc2584ba5fbc 1f334a68d057
line wrap: on
line source

## -*- coding: utf-8 -*-
<%inherit file="base/base.html"/>
<%def name="title()">${_('Dashboard')} - ${c.rhodecode_name}</%def>
<%def name="breadcrumbs()"></%def>
<%def name="page_nav()">${self.menu('home')}</%def>
<%def name="main()">
   <%include file="index_base.html" args="parent=self"/>
</%def>