annotate rhodecode/templates/index.html @ 2001:93d4e3eb7d84 beta

made upper menu always hover, looks nicer and produces less troubles - added notification inbox into quick menu - commented yet innactive compose message button
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 19 Feb 2012 19:36:42 +0200
parents f91d3f9b7230
children 82a88013a3fd e1a54d600c89
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
55
e00dccb6f211 Implemented index page using vcs
Marcin Kuzminski <marcin@python-blog.com>
parents: 0
diff changeset
1 ## -*- coding: utf-8 -*-
e00dccb6f211 Implemented index page using vcs
Marcin Kuzminski <marcin@python-blog.com>
parents: 0
diff changeset
2 <%inherit file="base/base.html"/>
1624
64f44c2cf47c fixes small css issues with chrome
Marcin Kuzminski <marcin@python-works.com>
parents: 1403
diff changeset
3 <%def name="title()">${_('Dashboard')} - ${c.rhodecode_name}</%def>
1650
e0383813f3e2 ui fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1624
diff changeset
4 <%def name="breadcrumbs()"></%def>
1624
64f44c2cf47c fixes small css issues with chrome
Marcin Kuzminski <marcin@python-works.com>
parents: 1403
diff changeset
5 <%def name="page_nav()">${self.menu('home')}</%def>
55
e00dccb6f211 Implemented index page using vcs
Marcin Kuzminski <marcin@python-blog.com>
parents: 0
diff changeset
6 <%def name="main()">
1403
fc286aed92fe fixes #209, repos groups and index page now share same common page.
Marcin Kuzminski <marcin@python-works.com>
parents: 1395
diff changeset
7 <%include file="index_base.html" args="parent=self"/>
1888
f91d3f9b7230 White-space cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 1650
diff changeset
8 </%def>