diff --git a/rhodecode/templates/index.html b/rhodecode/templates/index.html --- a/rhodecode/templates/index.html +++ b/rhodecode/templates/index.html @@ -1,14 +1,8 @@ ## -*- coding: utf-8 -*- <%inherit file="base/base.html"/> -<%def name="title()"> - ${_('Dashboard')} - ${c.rhodecode_name} - -<%def name="breadcrumbs()"> - ${c.rhodecode_name} - -<%def name="page_nav()"> - ${self.menu('home')} - +<%def name="title()">${_('Dashboard')} - ${c.rhodecode_name} +<%def name="breadcrumbs()">${c.rhodecode_name} +<%def name="page_nav()">${self.menu('home')} <%def name="main()"> <%include file="index_base.html" args="parent=self"/>