Skip to content

Commit

Permalink
Tables and Findings now display provenance
Browse files Browse the repository at this point in the history
Fixes #680
  • Loading branch information
lomky committed Dec 10, 2018
1 parent f5d3572 commit 7bd74eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Tuba/files/templates/finding/object.html.ep
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
<p><b><%= $labels{$what} %>: </b><%= tbibs_to_links($finding->$what) %></p>
% }
% }
%= include 'h/prov', pub => $finding->get_publication;
%= include 'h/cited_by', pub => $finding->get_publication;
%= include 'h/cites', pub => $finding->get_publication;

</div>
Expand Down
1 change: 1 addition & 0 deletions lib/Tuba/files/templates/table/object.html.ep
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
</center>
% }

%= include 'h/prov', pub => $table->get_publication;
%= include 'h/cited_by', pub => $table->get_publication;
%= include 'h/cites', pub => $table->get_publication;

Expand Down

0 comments on commit 7bd74eb

Please sign in to comment.