aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Whiteland <dave@mysociety.org>2012-04-17 08:44:19 +0100
committerDave Whiteland <dave@mysociety.org>2012-04-17 08:44:19 +0100
commitc2df6c3c975633206251b42b4608a2630b5eee87 (patch)
tree28c3a1f590aa8f2b79413c1eba8803b9b15d9bdf
parentfb69f527e801c33fdeacd1ff121caa384205fdb7 (diff)
Barnet breadcrumb better to use path rather than title for home
-rw-r--r--templates/web/barnet/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/barnet/header.html b/templates/web/barnet/header.html
index bc8f3b0c5..e53b583da 100644
--- a/templates/web/barnet/header.html
+++ b/templates/web/barnet/header.html
@@ -50,7 +50,7 @@
<!-- googleoff:all -->
<ul>
<li><a href="/">FixMyStreet Home</a></li>
- <li class="bc_end"><span>[% IF NOT title %]FixMyStreet[% ELSE %] [% "$title" | html %][% END %]</span></li>
+ <li class="bc_end"><span>[% c.req.uri.path == '/'? 'Report a problem' : "$title" | html %]</span></li>
</ul>
<!-- googleon:all -->
</div>