comparison rhodecode/templates/branches/branches.html @ 2430:9f37281195a2 codereview

merge with beta
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 09 Jun 2012 15:30:22 +0200
parents 745dda7817ed 76d156bef5a2
children 8eab81115660
comparison
equal deleted inserted replaced
2396:51e3d60fed2f 2430:9f37281195a2
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 ${c.repo_name} ${_('Branches')} - ${c.rhodecode_name} 5 ${_('%s Branches') % c.repo_name} - ${c.rhodecode_name}
6 </%def> 6 </%def>
7 7
8 <%def name="breadcrumbs_links()"> 8 <%def name="breadcrumbs_links()">
9 <input class="q_filter_box" id="q_filter_branches" size="15" type="text" name="filter" value="${_('quick filter...')}"/> 9 <input class="q_filter_box" id="q_filter_branches" size="15" type="text" name="filter" value="${_('quick filter...')}"/>
10 ${h.link_to(u'Home',h.url('/'))} 10 ${h.link_to(u'Home',h.url('/'))}