projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
13200: remove git tag from gittaggers
[arvados.git]
/
apps
/
workbench
/
app
/
views
/
collections
/
_show_provenance_graph.html.erb
1
<%# Copyright (C) The Arvados Authors. All rights reserved.
2
3
SPDX-License-Identifier: AGPL-3.0 %>
4
5
<%= render partial: 'application/svg_div', locals: {
6
divId: "provenance_graph_div",
7
svgId: "provenance_svg",
8
svg: @prov_svg } %>