From b0d1f0033fe7c088551c76ee50248b4c9447d378 Mon Sep 17 00:00:00 2001 From: Grzegorz Bizon Date: Mon, 28 Nov 2022 10:41:51 +0100 Subject: Render blueprint owners as DRIs --- layouts/blueprints/table.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'layouts') diff --git a/layouts/blueprints/table.erb b/layouts/blueprints/table.erb index 3c2571e4..9c87f75b 100644 --- a/layouts/blueprints/table.erb +++ b/layouts/blueprints/table.erb @@ -10,10 +10,10 @@ <% unless @summary %> Title <% end %> - Author(s) + Authors Coach <% if @summary %> - Approver(s) + DRIs <% end %> Owning Stage Created @@ -42,7 +42,7 @@ <% if @summary %> - <% b[:approvers]&.each do |a| %> + <% (b[:approvers] || b[:owners]).to_a.each do |a| %> <%= author_link(a) %> <% end %> -- cgit v1.2.3