summaryrefslogtreecommitdiffstats
path: root/template/en/default/attachment/create.html.tmpl
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2009-08-06 17:02:47 +0200
committermkanat%bugzilla.org <>2009-08-06 17:02:47 +0200
commitc048675731f016f0b4b7eb1b901ad0c3d8dd69dd (patch)
treece860df6342dd3d04c4da9c340dcfbb73bf1c746 /template/en/default/attachment/create.html.tmpl
parentc427a6f710a60ffbca41b3cca62de949f1407059 (diff)
downloadbugzilla-c048675731f016f0b4b7eb1b901ad0c3d8dd69dd.tar.gz
bugzilla-c048675731f016f0b4b7eb1b901ad0c3d8dd69dd.tar.xz
Bug 508737: Allow Bugzilla::Template::get_bug_link to take a Bugzilla::Bug object if one is available
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
Diffstat (limited to 'template/en/default/attachment/create.html.tmpl')
-rw-r--r--template/en/default/attachment/create.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/attachment/create.html.tmpl b/template/en/default/attachment/create.html.tmpl
index f725f1076..c265ae567 100644
--- a/template/en/default/attachment/create.html.tmpl
+++ b/template/en/default/attachment/create.html.tmpl
@@ -26,7 +26,7 @@
[%# Define strings that will serve as the title and header of this page %]
[% title = BLOCK %]Create New Attachment for [% terms.Bug %] #[% bug.bug_id %][% END %]
[% header = BLOCK %]Create New Attachment for
- [%+ "$terms.Bug $bug.bug_id" FILTER bug_link(bug.bug_id) FILTER none %][% END %]
+ [%+ "$terms.Bug $bug.bug_id" FILTER bug_link(bug) FILTER none %][% END %]
[% subheader = BLOCK %][% bug.short_desc FILTER html %][% END %]
[% PROCESS global/header.html.tmpl