Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / apps / workbench / app / views / container_requests / _state_label.html.erb
1 <%# Copyright (C) The Arvados Authors. All rights reserved.
2
3 SPDX-License-Identifier: AGPL-3.0 %>
4
5 <% wu = object.work_unit object.name %>
6 <span class="label label-<%=wu.state_bootstrap_class%>">
7   <%=wu.state_label%>
8 </span>