3235: Fix hover highlighting on projects dropdowns.
[arvados.git] / apps / workbench / app / views / projects / _show_jobs_and_pipelines.html.erb
index 1db0d9f9b81c6b76af3dfea5b3605cf0b855dba3..f9e6306a9d44f01130b473442698563f35f34b56 100644 (file)
@@ -5,4 +5,4 @@
   page_offset = next_page_offset @objects
 %>
 
-<%= render partial: 'show_tab_contents', locals: {project: @object, objects_and_names: objects_and_names, filters: filters, page_offset: page_offset, scroller: 'Jobs_and_pipelines'} %>
+<%= render partial: 'show_tab_contents', locals: {project: @object, objects_and_names: objects_and_names, filters: filters, page_offset: page_offset, tab_name: 'Jobs_and_pipelines'} %>