Files @ 87ec80c280bb
Branch filter:

Location: kallithea/rhodecode/templates/index.html - annotation

Marcin Kuzminski
fixed issues with python2.5
added compat module to rhodecode to have one point of fetching backward incompatible libs.
## -*- coding: utf-8 -*-
<%inherit file="base/base.html"/>
<%def name="title()">
    ${_('Dashboard')} - ${c.rhodecode_name}
</%def>
<%def name="breadcrumbs()">
	${c.rhodecode_name}
</%def>
<%def name="page_nav()">
	${self.menu('home')}
</%def>
<%def name="main()">
    	<%include file="index_base.html" args="parent=self"/>
</%def>