mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 22:04:36 +00:00
Bug 155388: <link> elements for next/prev/first/last in buglists didn't appear post-templatization.
r=gerv,bbaetz
This commit is contained in:
parent
b49a1a66a6
commit
3ccecf11d8
@ -311,9 +311,13 @@ sub show_bug {
|
||||
$vars->{'bug'} = \%bug;
|
||||
$vars->{'user'} = \%user;
|
||||
|
||||
# Create the <link> elements for browsing bug lists
|
||||
$vars->{'navigation_links'} = navigation_links(join(':',@bug_list));
|
||||
|
||||
# Generate and return the UI (HTML page) from the appropriate template.
|
||||
$template->process("bug/edit.html.tmpl", $vars)
|
||||
|| ThrowTemplateError($template->error());
|
||||
}
|
||||
|
||||
1;
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
title = "Bug $bug.bug_id - $bug.short_desc"
|
||||
h1 = "Bugzilla Bug $bug.bug_id"
|
||||
h2 = filtered_desc
|
||||
header_html = navigation_links()
|
||||
header_html = navigation_links
|
||||
%]
|
||||
[% END %]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user