4951: Rearrange js to make use of Rails built-ins. Add generic AJAX error handler.
[arvados.git] / apps / workbench / app / views / projects / show.html.erb
index 0cab11797c72c978b06c5e742aa9c81abb48ba95..5dd1017c8d4724844bdd802a3328dd79cd9f6494 100644 (file)
@@ -1,4 +1,4 @@
-<% if @object.uuid != current_user.uuid # Not the "Home" project %>
+<% if @object.uuid != current_user.andand.uuid # Not the "Home" project %>
 <% content_for :content_top do %>
   <%= render partial: 'name_and_description' %>
 <% end %>