comparison rhodecode/templates/shortlog/shortlog.html @ 3582:1f334a68d057 beta

improved title consistency - changed - into dots to save space
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 24 Mar 2013 22:01:31 +0100
parents 7967d00e4692
children eacd33e0c5b3
comparison
equal deleted inserted replaced
3581:93d912ea8cb1 3582:1f334a68d057
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 ${_('%s Shortlog') % c.repo_name} - ${c.rhodecode_name} 5 ${_('%s Lightweight Changelog') % c.repo_name} &middot; ${c.rhodecode_name}
6 </%def> 6 </%def>
7 7
8 8
9 <%def name="breadcrumbs_links()"> 9 <%def name="breadcrumbs_links()">
10 %if c.file_history: 10 %if c.file_history:
11 ${h.link_to(_('Shortlog'),h.url('shortlog_home',repo_name=c.repo_name))} 11 ${h.link_to(_('Lightweight Changelog'),h.url('shortlog_home',repo_name=c.repo_name))}
12 &raquo; 12 &raquo;
13 ${c.file_history} 13 ${c.file_history}
14 %else: 14 %else:
15 ${_('Shortlog')} 15 ${_('Lightweight Changelog')}
16 %endif 16 %endif
17 </%def> 17 </%def>
18 18
19 <%def name="page_nav()"> 19 <%def name="page_nav()">
20 ${self.menu('shortlog')} 20 ${self.menu('shortlog')}