X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b6199657cd6867b05ab191da01e04e15ad10cc7d..5b2ebfe3b248790efbce3206b693dd93f369ea4e:/apps/workbench/app/views/application/_svg_div.html.erb?ds=sidebyside 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) %>
-