]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 899679 - Bug History page, "back to" should not be striked of only Bug # should...
authorSunil Joshi <joshi_sunil@in.com>
Tue, 6 Aug 2013 02:06:09 +0000 (12:06 +1000)
committerSimon Green <sgreen@redhat.com>
Tue, 6 Aug 2013 02:06:09 +0000 (12:06 +1000)
r=sgreen, a=sgreen

template/en/default/bug/activity/show.html.tmpl

index a442abd4b8ffc017737f9f7d8b550de6e7e17635..0d4f063232d0e8f397273cff5fc6e88dc00ae8e1 100644 (file)
  %]
 
 <p>
-  [% "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 %]
 </p>
 
 [% PROCESS bug/activity/table.html.tmpl %]
 
 [% IF operations.size > 0 %]
   <p>
-    [% "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 %]
   </p>
 [% END %]