Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / apps / workbench / app / views / links / _breadcrumb_page_name.html.erb
1 <%# Copyright (C) The Arvados Authors. All rights reserved.
2
3 SPDX-License-Identifier: AGPL-3.0 %>
4
5 <% if @object %>
6 (<%= @object.link_class %>)
7 <%= @object.name %>:
8 <%= @object.tail_kind.andand.sub 'arvados#', '' %>
9 &rarr;
10 <%= @object.head_kind.andand.sub 'arvados#', '' %>
11 <% end %>
12