Files @ 5ee341209d7f
Branch filter:

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

Marcin Kuzminski
action logger will try to get IP address automatically based
on tmpl_context var (if defined)
## -*- coding: utf-8 -*-
<%inherit file="base/base.html"/>

<%def name="title()">
${_('Dashboard')} &middot; ${c.rhodecode_name}
</%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>