8784: Fix test for latest firefox.
[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 &rarr;
6 <%= @object.head_kind.andand.sub 'arvados#', '' %>
7 <% end %>
8