Files @ 3648a2b2e17a
Branch filter:

Location: kallithea/rhodecode/templates/index.html

Marcin Kuzminski
accept that repos are read-only - very convenient for testing.

Users are prompt to confirm they want to use read only paths.
org author: Mads Kiilerich
## -*- 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>