X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/928565a23bf5ff54fb524b6c38f8e2b0f4b27725..e31b4ee6fa3da212239dfb5a2e4761ff51ed0928:/apps/workbench/app/views/pipeline_instances/compare.html.erb diff --git a/apps/workbench/app/views/pipeline_instances/compare.html.erb b/apps/workbench/app/views/pipeline_instances/compare.html.erb index 9e8d1e566b..99caf9bcb9 100644 --- a/apps/workbench/app/views/pipeline_instances/compare.html.erb +++ b/apps/workbench/app/views/pipeline_instances/compare.html.erb @@ -1 +1,15 @@ +<% 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 } %>