<% render '/default.*' do %> <% if @item.identifier.match?('/ee/architecture/blueprints/**/*.md') %> <%= legal_disclaimer %> <%= render '/blueprints/table.*', { :blueprints => [ @item ], :summary => true } %> <%= yield %> <% else %> <%= yield %>
<% all_blueprints.group_by{ |b| b[:status] }.each do |k,c| %> " /> <% end %>
<%= render '/blueprints/table.*', :blueprints => all_blueprints %> <% end %> <% end %>