% content_for :css do %>
.pipeline_color_legend {
padding-left: 1em;
padding-right: 1em;
}
<% end %>
<% if @pipelines.count > 1 %>
This pipeline
Comparison pipeline
Shared by both pipelines
<% end %>
<%= render partial: 'application/svg_div', locals: {
divId: "provenance_graph",
svgId: "provenance_svg",
svg: @prov_svg } %>