Files @ 6b318706f712
Branch filter:

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

Marcin Kuzminski
fixes issue #331 RC mangles repository names if the a repository group contains the "full path" to the repositories
## -*- 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>