Files @ 7e5f8c12a3fc
Branch filter:

Location: kallithea/rhodecode/templates/index.html

Bradley M. Kuhn
First step in two-part process to rename directories to kallithea.
This first step is to change all references in the files where they refer
to the old directory name.
## -*- coding: utf-8 -*-
<%inherit file="base/base.html"/>

<%def name="title()">
    ${_('Dashboard')}
    %if c.rhodecode_name:
        &middot; ${c.rhodecode_name}
    %endif
</%def>

<%def name="breadcrumbs()">
</%def>

<%def name="page_nav()">
${self.menu('repositories')}
</%def>

<%def name="main()">
   <%include file="index_base.html" args="parent=self"/>
</%def>