From 9ca3f8b5b6474b66b5e767fcb747ce1336c08339 Mon Sep 17 00:00:00 2001 From: Sunil Joshi Date: Tue, 6 Aug 2013 12:06:09 +1000 Subject: Bug 899679 - Bug History page, "back to" should not be striked of only Bug # should be striked off. r=sgreen, a=sgreen --- template/en/default/bug/activity/show.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template') diff --git a/template/en/default/bug/activity/show.html.tmpl b/template/en/default/bug/activity/show.html.tmpl index a442abd4b..0d4f06323 100644 --- a/template/en/default/bug/activity/show.html.tmpl +++ b/template/en/default/bug/activity/show.html.tmpl @@ -21,14 +21,14 @@ %]

- [% "Back to $terms.bug $bug.bug_id" FILTER bug_link(bug) FILTER none %] + Back to [% "$terms.bug $bug.bug_id" FILTER bug_link(bug) FILTER none %]

[% PROCESS bug/activity/table.html.tmpl %] [% IF operations.size > 0 %]

- [% "Back to $terms.bug $bug.bug_id" FILTER bug_link(bug) FILTER none %] + Back to [% "$terms.bug $bug.bug_id" FILTER bug_link(bug) FILTER none %]

[% END %] -- cgit v1.2.3-24-g4f1b