comparison rhodecode/templates/journal/journal.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 2e618376cef8
children 690a955ba785
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 <%def name="title()"> 3 <%def name="title()">
4 ${_('Journal')} - ${c.rhodecode_name} 4 ${_('Journal')} &middot; ${c.rhodecode_name}
5 </%def> 5 </%def>
6 <%def name="breadcrumbs()"> 6 <%def name="breadcrumbs()">
7 <h5> 7 <h5>
8 <form id="filter_form"> 8 <form id="filter_form">
9 <input class="q_filter_box ${'' if c.search_term else 'initial'}" id="j_filter" size="15" type="text" name="filter" value="${c.search_term or _('quick filter...')}"/> 9 <input class="q_filter_box ${'' if c.search_term else 'initial'}" id="j_filter" size="15" type="text" name="filter" value="${c.search_term or _('quick filter...')}"/>