projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fixed/refactored "smart-sizing" to adjust the content area to the size of the window...
[arvados.git]
/
apps
/
workbench
/
app
/
views
/
collections
/
_show_used_by.html.erb
1
<%= render partial: 'application/svg_div', locals: {
2
divId: "used_by_graph",
3
svgId: "used_by_svg",
4
svg: @used_by_svg } %>
5