view rhodecode/templates/index.html @ 1778:defcf245f3e9 beta

fixes #229 repo sorting is not working. - implemented repo sorting using YUI dataTable
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 16 Dec 2011 20:13:23 +0200
parents e0383813f3e2
children f91d3f9b7230
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>