annotate rhodecode/templates/index.html @ 2031:82a88013a3fd

merge 1.3 into stable
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 26 Feb 2012 17:25:09 +0200
parents bf263968da47 f91d3f9b7230
children dc2584ba5fbc
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>