Merge branch '5073-docker-limitations' closes #5073
[arvados.git] / apps / workbench / app / controllers / projects_controller.rb
index 8c2f72e6689a40127cb66c2dbefbe7ffe60c50c0..3302771814eb3bc217f72c2e0aa5768e932dc65e 100644 (file)
@@ -43,6 +43,9 @@ class ProjectsController < ApplicationController
   # It also seems to me that something like these could be used to configure the contents of the panes.
   def show_pane_list
     pane_list = []
+    if @object.uuid != current_user.andand.uuid
+      pane_list << 'Description'
+    end
     pane_list <<
       {
         :name => 'Data_collections',