view rhodecode/templates/index.html @ 2404:a3efdd61a21f beta

Git Hooks are automatically installed in new repos - fixed issue with initial push - changed git pre-receive hook template to py file
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 06 Jun 2012 21:32:19 +0200
parents e1a54d600c89
children dc2584ba5fbc 1f334a68d057
line wrap: on
line source

## -*- coding: utf-8 -*-
<%inherit file="base/base.html"/>
<%def name="title()">${_('Dashboard')} - ${c.rhodecode_name}</%def>
<%def name="breadcrumbs()"></%def>
<%def name="page_nav()">${self.menu('home')}</%def>
<%def name="main()">
   <%include file="index_base.html" args="parent=self"/>
</%def>