Bug 364748: Bug number not displayed when viewing all attachments - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
git-svn-id: svn://10.0.0.236/trunk@217371 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
a2ca50da43
commit
34501f0979
@ -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 = "
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user