Files @ 2feb58495f34
Branch filter:

Location: kallithea/rhodecode/templates/index.html

Marcin Kuzminski
locking API returns objects instead of string messages.

- it's now possible to easily parse the output of lock functions
## -*- 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>