diff 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
line wrap: on
line diff
--- a/rhodecode/templates/index.html	Sun Feb 19 20:21:14 2012 +0200
+++ b/rhodecode/templates/index.html	Sun Feb 26 17:25:09 2012 +0200
@@ -1,14 +1,8 @@
 ## -*- coding: utf-8 -*-
 <%inherit file="base/base.html"/>
-<%def name="title()">
-    ${_('Dashboard')} - ${c.rhodecode_name}
-</%def>
-<%def name="breadcrumbs()">
-	${c.rhodecode_name}
-</%def>
-<%def name="page_nav()">
-	${self.menu('home')}
-</%def>
+<%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>    
+</%def>