#------------------------------------------------------------------------
# Compiled template generated by the Template Toolkit version 2.09
#------------------------------------------------------------------------
Template::Document->new({
METADATA => {
'modtime' => '1022141647',
'name' => 'bug/activity/show.html.tmpl',
},
BLOCK => sub {
my $context = shift || die "template sub called without context\n";
my $stash = $context->stash;
my $output = '';
my $error;
eval { BLOCK: {
$output .= "\n";
$output .= "\n\n";
$output .= "\n";
$output .= $context->process('global/header.html.tmpl', { 'title' => ("Changes made to bug " . $stash->get('bug_id')), 'h1' => 'Activity log', 'h2' => ("Bug get('bug_id') . "\">" . $stash->get('bug_id') . "") });
$output .= "\n\n
\n";
$output .= $context->process('bug/activity/table.html.tmpl');
$output .= "\n\n
\n get('bug_id'); $output .= "\">Back to bug "; $output .= $stash->get('bug_id'); $output .= "\n
\n"; $output .= $context->process('global/footer.html.tmpl'); $output .= "\n"; } }; if ($@) { $error = $context->catch($@, \$output); die $error unless $error->type eq 'return'; } return $output; }, DEFBLOCKS => { }, });