X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d68cb1845e82f44ecf126ae4fd1ba3abc00f4463..50128b53da4003912635b03fb27b5be2c5beaca1:/apps/workbench/app/views/projects/_show_dashboard.html.erb diff --git a/apps/workbench/app/views/projects/_show_dashboard.html.erb b/apps/workbench/app/views/projects/_show_dashboard.html.erb index 873d4f3f70..e0093bf6de 100644 --- a/apps/workbench/app/views/projects/_show_dashboard.html.erb +++ b/apps/workbench/app/views/projects/_show_dashboard.html.erb @@ -13,7 +13,7 @@ collection_pdhs = outputs.select {|x| !(m = CollectionsHelper.match(x)).nil?}.uniq.compact collection_uuids = outputs - collection_pdhs - if Rails.configuration.show_recent_collections_in_dashboard + if Rails.configuration.show_recent_collections_on_dashboard recent_cs = recent_collections(8) collection_uuids = collection_uuids + recent_cs[:collections].collect {|c| c.uuid} collection_uuids.flatten.uniq @@ -163,7 +163,7 @@ - <% if Rails.configuration.show_recent_collections_in_dashboard %> + <% if Rails.configuration.show_recent_collections_on_dashboard %>
Recent collections