view rhodecode/templates/index.html @ 3728:938e30790b89

#818: Bookmarks Do Not Display on Changeset View - made the consistent order of displaying tags iconss
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 09 Apr 2013 00:40:48 +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>