diff options
Diffstat (limited to 'template/en/default/bug/activity/show.html.tmpl')
-rw-r--r-- | template/en/default/bug/activity/show.html.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/bug/activity/show.html.tmpl b/template/en/default/bug/activity/show.html.tmpl index 410efe2ee..91743247a 100644 --- a/template/en/default/bug/activity/show.html.tmpl +++ b/template/en/default/bug/activity/show.html.tmpl @@ -39,7 +39,8 @@ [% PROCESS bug/activity/table.html.tmpl %] <p> - <a href="show_bug.cgi?id=[% bug_id %]">Back to [% terms.bug %] [% bug_id %]</a> + <a href="show_bug.cgi?id=[% bug_id %]">Back to [% terms.bug %] + [%+ bug_id %]</a> </p> [% PROCESS global/footer.html.tmpl %] |