aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/templates/followers
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2013-03-24 22:01:31 +0100
committerMarcin Kuzminski <marcin@python-works.com>2013-03-24 22:01:31 +0100
commit9281b5ab45c381644fd8a6bb24b4a6c6fd37585e (patch)
treee8ac7fff83333634d2b8bbb7fb37b3ae37ae4b86 /rhodecode/templates/followers
parentdcf34133b2d82f10e9d3af208c745169189e191d (diff)
improved title consistency
- changed - into dots to save space --HG-- branch : beta extra : amend_source : 92e858a0f03bdbfa87db022926846058a6b163fb
Diffstat (limited to 'rhodecode/templates/followers')
-rw-r--r--rhodecode/templates/followers/followers.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/rhodecode/templates/followers/followers.html b/rhodecode/templates/followers/followers.html
index 322ef514..fee2af68 100644
--- a/rhodecode/templates/followers/followers.html
+++ b/rhodecode/templates/followers/followers.html
@@ -2,7 +2,7 @@
<%inherit file="/base/base.html"/>
<%def name="title()">
- ${_('%s Followers') % c.repo_name} - ${c.rhodecode_name}
+ ${_('%s Followers') % c.repo_name} &middot; ${c.rhodecode_name}
</%def>
<%def name="breadcrumbs_links()">