diff 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
line wrap: on
line diff
--- a/rhodecode/templates/admin/notifications/show_notification.html	Sun Mar 24 20:46:30 2013 +0100
+++ b/rhodecode/templates/admin/notifications/show_notification.html	Sun Mar 24 22:01:31 2013 +0100
@@ -2,7 +2,7 @@
 <%inherit file="/base/base.html"/>
 
 <%def name="title()">
-    ${_('Show notification')} ${c.rhodecode_user.username} - ${c.rhodecode_name}
+    ${_('Show notification')} ${c.rhodecode_user.username} &middot; ${c.rhodecode_name}
 </%def>
 
 <%def name="breadcrumbs_links()">