3661: Added buttons for Copy and Move to the general #show page, showing them if...
[arvados.git] / apps / workbench / app / views / links / _breadcrumb_page_name.html.erb
index 00acb846e412b7c3da32aba4c0cab0077ae34f86..8c35905791ea9a3596dd8c4e0afe472ce9c48299 100644 (file)
@@ -1,8 +1,8 @@
 <% if @object %>
 (<%= @object.link_class %>)
 <%= @object.name %>:
-<%= @object.tail_kind.sub 'arvados#', ' ' %>
+<%= @object.tail_kind.andand.sub 'arvados#', '' %>
 &rarr;
-<%= @object.head_kind.sub 'arvados#', ' ' %>
+<%= @object.head_kind.andand.sub 'arvados#', '' %>
 <% end %>