<% @summary ||= false %> <% unless @summary %> <% end %> <% unless @summary %> <% end %> <% if @summary %> <% end %> <% @blueprints.each do |b| %> <% unless @summary %> <% end %> <% if @summary %> <% end %> <% end %>
List of GitLab Architecture Blueprints
StatusTitleAuthors CoachDRIsOwning Stage Created
<%= gl_label(b[:status])%> <%= link_to(b[:title], b.path) %> <% Array(b[:authors]).each do |a| %> <%= author_link(a) %> <% end %> <% Array(b[:coach] || b[:coaches]).each do |c| %> <%= author_link(c) %> <% end %> <% (b[:approvers] || b[:owners]).to_a.each do |a| %> <%= author_link(a) %> <% end %> <%= gl_label(b[:'owning-stage']) %> <%= blueprint_creation_date(b) %>