Commit 9ca3f8b5 authored by Sunil Joshi's avatar Sunil Joshi Committed by Simon Green

Bug 899679 - Bug History page, "back to" should not be striked of only Bug # should be striked off.

r=sgreen, a=sgreen
parent 4aca31bc
......@@ -21,14 +21,14 @@
%]
<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 %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment