From: Sunil Joshi Date: Tue, 6 Aug 2013 02:06:09 +0000 (+1000) Subject: Bug 899679 - Bug History page, "back to" should not be striked of only Bug # should... X-Git-Tag: bugzilla-4.5.1~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ca3f8b5b6474b66b5e767fcb747ce1336c08339;p=thirdparty%2Fbugzilla.git Bug 899679 - Bug History page, "back to" should not be striked of only Bug # should be striked off. r=sgreen, a=sgreen --- diff --git a/template/en/default/bug/activity/show.html.tmpl b/template/en/default/bug/activity/show.html.tmpl index a442abd4b8..0d4f063232 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 %]