X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a959f21c8147f26362df392bc3fd3290db69de85..0eb72b526bf8bbb011551ecf019f604e17a534f1:/apps/workbench/app/views/application/_svg_div.html.erb diff --git a/apps/workbench/app/views/application/_svg_div.html.erb b/apps/workbench/app/views/application/_svg_div.html.erb index b35d7068bc..8a417d9e0e 100644 --- a/apps/workbench/app/views/application/_svg_div.html.erb +++ b/apps/workbench/app/views/application/_svg_div.html.erb @@ -1,3 +1,7 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + <%= content_for :css do %> /* Need separate style for each instance of svg div because javascript will manipulate the properties. */ #<%= divId %> { @@ -24,7 +28,7 @@ stroke-linecap: round; }); <% end %> -
+
@@ -34,5 +38,4 @@ stroke-linecap: round; <%= raw(svg) %>
-