X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2fc8f46b831dab10200eadfc67ccdfd99e0dbc92..c4fa80c6ed2445e1e384455944eb6c4108906cad:/apps/workbench/app/views/application/_title_and_buttons.html.erb diff --git a/apps/workbench/app/views/application/_title_and_buttons.html.erb b/apps/workbench/app/views/application/_title_and_buttons.html.erb index 887529b10d..31ff2e6e21 100644 --- a/apps/workbench/app/views/application/_title_and_buttons.html.erb +++ b/apps/workbench/app/views/application/_title_and_buttons.html.erb @@ -11,9 +11,9 @@ <% end %> <% end %> -<% if @object.class.goes_in_projects? && @object.uuid != current_user.uuid # Not the "Home" project %> +<% if @object.class.goes_in_projects? && @object.uuid != current_user.andand.uuid # Not the "Home" project %> <% content_for :tab_line_buttons do %> - <% if @object.class.copies_to_projects? %> + <% if current_user.andand.is_active && @object.class.copies_to_projects? %> <%= link_to( choose_projects_path( title: "Copy this #{object_class} to:", @@ -31,7 +31,7 @@ Copy to project... <% end %> <% end %> - <% if (ArvadosBase.find(@object.owner_uuid).writable_by.include?(current_user.uuid) rescue nil) %> + <% if (ArvadosBase.find(@object.owner_uuid).writable_by.include?(current_user.andand.uuid) rescue nil) %> <%= link_to( choose_projects_path( title: "Move this #{object_class} to:",