projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
12125: Workbench 404 page checks if item is in the trash.
[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
→
10
<%= @object.head_kind.andand.sub 'arvados#', '' %>
11
<% end %>
12