Files @ 7c73f1868318
Branch filter:

Location: kallithea/rhodecode/templates/index.html

Marcin Kuzminski
Add bookmarks property to git branch, it makes it consistent with other property
named closed branches. Makes git and hg API consistent
## -*- 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>