14075: Tweak ruamel.yaml verision range in setup.py
[arvados.git] / apps / workbench / app / views / links / _breadcrumb_page_name.html.erb
index 00acb846e412b7c3da32aba4c0cab0077ae34f86..404390832e2c11d6bb883162e45e1d9a593a7853 100644 (file)
@@ -1,8 +1,12 @@
+<%# Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: AGPL-3.0 %>
+
 <% 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 %>