diff options
author | Sunil Joshi <joshi_sunil@in.com> | 2013-08-06 12:06:09 +1000 |
---|---|---|
committer | Simon Green <sgreen@redhat.com> | 2013-08-06 12:06:09 +1000 |
commit | 9ca3f8b5b6474b66b5e767fcb747ce1336c08339 (patch) | |
tree | 5b21c9d213e57bbbd8caa5d889dffb4a80f43cef /template/en/default/bug/activity | |
parent | 4aca31bc6d12c3cd28b5b3bb3a5918c785f6f7e0 (diff) | |
download | bugs-9ca3f8b5b6474b66b5e767fcb747ce1336c08339.tar bugs-9ca3f8b5b6474b66b5e767fcb747ce1336c08339.tar.gz bugs-9ca3f8b5b6474b66b5e767fcb747ce1336c08339.tar.bz2 bugs-9ca3f8b5b6474b66b5e767fcb747ce1336c08339.tar.xz bugs-9ca3f8b5b6474b66b5e767fcb747ce1336c08339.zip |
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/en/default/bug/activity')
-rw-r--r-- | template/en/default/bug/activity/show.html.tmpl | 4 |
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 %] |