summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorSunil Joshi <joshi_sunil@in.com>2013-08-06 04:06:09 +0200
committerSimon Green <sgreen@redhat.com>2013-08-06 04:06:09 +0200
commit9ca3f8b5b6474b66b5e767fcb747ce1336c08339 (patch)
tree5b21c9d213e57bbbd8caa5d889dffb4a80f43cef /template
parent4aca31bc6d12c3cd28b5b3bb3a5918c785f6f7e0 (diff)
downloadbugzilla-9ca3f8b5b6474b66b5e767fcb747ce1336c08339.tar.gz
bugzilla-9ca3f8b5b6474b66b5e767fcb747ce1336c08339.tar.xz
Bug 899679 - Bug History page, "back to" should not be striked of only Bug # should be striked off.
r=sgreen, a=sgreen
Diffstat (limited to 'template')
-rw-r--r--template/en/default/bug/activity/show.html.tmpl4
1 files changed, 2 insertions, 2 deletions
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 @@
%]
<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 %]