From 4b02759f93391df3a4e926c68d0df34087027206 Mon Sep 17 00:00:00 2001 From: Kathryn Tipton Date: Wed, 14 Nov 2018 13:37:44 -0500 Subject: [PATCH] Scenarios include a basic provenance on html --- lib/Tuba/files/templates/scenario/object.html.ep | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/Tuba/files/templates/scenario/object.html.ep b/lib/Tuba/files/templates/scenario/object.html.ep index 80a14012..5b8addcc 100644 --- a/lib/Tuba/files/templates/scenario/object.html.ep +++ b/lib/Tuba/files/templates/scenario/object.html.ep @@ -23,6 +23,8 @@ %= include 'h/other_identifiers', gcid => $scenario->uri($self); + %= include 'prov'; + %= include 'h/other_formats';