comparison rhodecode/templates/index.html @ 619:a1ec653f5f95

#38 updated RhodeCode titles
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 18 Oct 2010 23:51:37 +0200
parents 6d0474c7e645
children fcf599cd3404
comparison
equal deleted inserted replaced
618:b94f448df418 619:a1ec653f5f95
1 ## -*- coding: utf-8 -*- 1 ## -*- coding: utf-8 -*-
2 <%inherit file="base/base.html"/> 2 <%inherit file="base/base.html"/>
3 <%def name="title()"> 3 <%def name="title()">
4 ${c.rhodecode_name} 4 ${_('Dashboard')} - ${c.rhodecode_name}
5 </%def> 5 </%def>
6 <%def name="breadcrumbs()"> 6 <%def name="breadcrumbs()">
7 ${c.rhodecode_name} 7 ${c.rhodecode_name}
8 </%def> 8 </%def>
9 <%def name="page_nav()"> 9 <%def name="page_nav()">