diff --git a/app/views/organisations/show.html.erb b/app/views/organisations/show.html.erb index 1174a5b10..7c892a4d6 100644 --- a/app/views/organisations/show.html.erb +++ b/app/views/organisations/show.html.erb @@ -30,7 +30,13 @@ end %> <% end %> <% @organisation.users.each do |user| %> - + <%= table.body do |body| %> + <%= body.row do |row| + row.cell(text: user.email) + row.cell(text: "Data provider") + row.cell(text: "date") + end %> + <% end %> <% end %> <% end %> <% end %>