Files @ 1fdec7e3aeb2
Branch filter:

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

Marcin Kuzminski
refactored url.resource to full definition of routes

- id -> gist_id
## -*- 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>