Files @ fbc762ae3496
Branch filter:

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

Marcin Kuzminski
unified generation of repo groups choices
added on-the-fly conversion to new repository groups format (supporting path as a link)
## -*- 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>