view rhodecode/templates/index.html @ 4064:afe7c5e63aaf

UX: require confirmation of revoking permissions on repos/user groups/repo groups. We don't want people to click on this accidentally.
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 29 Jun 2013 21:36:01 +0200
parents 3563bb7b4b82
children ffd45b185016
line wrap: on
line source

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