Skip to content

Commit

Permalink
more info for files in reports
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Duggan committed Mar 27, 2014
1 parent c3dc7de commit 4396dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Tuba/Report.pm
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ sub make_tree_for_show {
my $href = $uri->clone->to_abs;
$href .= ".".$c->stash('format') if $c->stash('format');
return {
files => [map +{uri => $_->uri($c)}, $pub->files],
files => [map $_->as_tree(c => $c), $pub->files],
uri => $uri,
href => $href,
url => $report->url,
Expand Down

0 comments on commit 4396dce

Please sign in to comment.