Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / apps / workbench / app / views / pipeline_instances / _show_object_description_cell.html.erb
1 <%# Copyright (C) The Arvados Authors. All rights reserved.
2
3 SPDX-License-Identifier: AGPL-3.0 %>
4
5 <div class="nowrap">
6   <%= object.content_summary %><br />
7   <%= render partial: 'pipeline_instances/component_labels', locals: {object: object} %>
8 </div>