X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/da51b9328abab2df757ed13eadc7c3557315094b..6d1c41d6fd83824669cd1a6d714ea6da1ae7ab4c:/apps/workbench/app/views/pipeline_instances/compare.html.erb?ds=sidebyside diff --git a/apps/workbench/app/views/pipeline_instances/compare.html.erb b/apps/workbench/app/views/pipeline_instances/compare.html.erb index 9e8d1e566b..960d81d78a 100644 --- a/apps/workbench/app/views/pipeline_instances/compare.html.erb +++ b/apps/workbench/app/views/pipeline_instances/compare.html.erb @@ -1 +1,19 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + +<% if (o = Group.find?(@objects.first.owner_uuid)) %> + <% content_for :breadcrumbs do %> + +
  • + <%= link_to(o.name, project_path(o.uuid)) %> +
  • + +
  • + <%= link_to '#' do %>compare pipelines<% end %> +
  • + <% end %> +<% end %> <%= render partial: 'content', layout: 'content_layout', locals: {pane_list: controller.compare_pane_list } %>