Commit 5259ce2d authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 364748: Bug number not displayed when viewing all attachments - Patch by…

Bug 364748: Bug number not displayed when viewing all attachments - Patch by Fré©ric Buclin <LpSolit@gmail.com> r/a=justdave
parent fc185f73
......@@ -22,9 +22,14 @@
[% PROCESS global/variables.none.tmpl %]
[% filtered_summary = bugsummary FILTER html %]
[% header = BLOCK %]View All Attachments for
[%+ "$terms.Bug $bugid" FILTER bug_link(bugid) FILTER none %][% END %]
[%+ "$terms.Bug $bug.bug_id" FILTER bug_link(bug.bug_id) FILTER none %][% END %]
[% title = BLOCK %]
View All Attachments for [% terms.Bug %] [%+ bug.bug_id FILTER html %]
[% END %]
[% PROCESS global/header.html.tmpl
title = "View All Attachments for $terms.Bug #$bugid"
title = title
header = header
subheader = filtered_summary
style = "
......
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