projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' into 2272-setup-user-in-workbench
[arvados.git]
/
apps
/
workbench
/
app
/
views
/
links
/
_breadcrumb_page_name.html.erb
1
<% if @object %>
2
(<%= @object.link_class %>)
3
<%= @object.name %>:
4
<%= @object.tail_kind.andand.sub 'arvados#', '' %>
5
→
6
<%= @object.head_kind.andand.sub 'arvados#', '' %>
7
<% end %>
8