comparison rhodecode/templates/settings/repo_settings.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 4cd0709b6d4b
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 3
4 <%def name="title()"> 4 <%def name="title()">
5 ${_('Repository settings')} 5 ${c.repo_name} ${_('Settings')} - ${c.rhodecode_name}
6 </%def> 6 </%def>
7 7
8 <%def name="breadcrumbs_links()"> 8 <%def name="breadcrumbs_links()">
9 ${h.link_to(c.repo_info.repo_name,h.url('summary_home',repo_name=c.repo_info.repo_name))} 9 ${h.link_to(c.repo_info.repo_name,h.url('summary_home',repo_name=c.repo_info.repo_name))}
10 &raquo; 10 &raquo;