comparison rhodecode/templates/admin/notifications/show_notification.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 f60a07dbe2f0
children ffd45b185016
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 ${_('Show notification')} ${c.rhodecode_user.username} - ${c.rhodecode_name} 5 ${_('Show notification')} ${c.rhodecode_user.username} &middot; ${c.rhodecode_name}
6 </%def> 6 </%def>
7 7
8 <%def name="breadcrumbs_links()"> 8 <%def name="breadcrumbs_links()">
9 ${h.link_to(_('Notifications'),h.url('notifications'))} 9 ${h.link_to(_('Notifications'),h.url('notifications'))}
10 &raquo; 10 &raquo;