2872: Merge branch '2872-folder-nav' closes #2872
[arvados.git] / apps / workbench / app / views / application / show.html.erb
index 9da8ea1518d3ecf9e5bcf47446220659a6f90227..d6eca3a2155d2e7c50b58e030884fc5c8f323dcc 100644 (file)
@@ -1,6 +1,7 @@
 <% content_for :page_title do %>
   <%= (@object.respond_to?(:properties) ? @object.properties[:page_title] : nil) ||
-        @object.friendly_link_name %>
+      @name_link.andand.name ||
+      @object.friendly_link_name %>
 <% end %>
 
 <% content_for :content_top do %>