rename foreign uuid attributes
[arvados.git] / apps / workbench / app / views / groups / index.html.erb
index bd8a33bf99601f66d8f8ef7a77bb9a2701a767c1..1e81518169207ed3255295edafc7a4c877ea4d78 100644 (file)
       </td><td>
         <%= g.name %>
       </td><td>
-        <%= g.owner %>
+        <%= g.owner_uuid %>
       </td><td>
         <%= @links_to.select { |x| x.head_uuid == g.uuid }.collect(&:tail_uuid).uniq.count %>
       </td><td>
         <%= @links_from.select { |x| x.tail_uuid == g.uuid }.collect(&:head_uuid).uniq.count %>
       </td><td>
-        <%= @owned_users.select { |x| x.owner == g.uuid }.count %> users<br />
+        <%= @owned_users.select { |x| x.owner_uuid == g.uuid }.count %> users<br />
       </td>
     </tr>