Sha256: 0eb9f8289bd687879f6b5fa65bd9254e93900961cb3ac014304fbe58729b2370
Contents?: true
Size: 611 Bytes
Versions: 59
Compression:
Stored size: 611 Bytes
Contents
<div class="container-fluid mt-5"> <%= render partial: 'partials/filter-search' %> <%= pb_rails("table", props: { size: "md"} ) do %> <div class="mt-5"> <thead> <tr> <th>Backlog Item</th> <th>Deployment</th> <th>Assignees</th> <th class="text-nowrap">Ready for Review</th> <th>Review Status</th> </tr> </thead> <tbody> <%= render partial: 'partials/item1' %> <%= render partial: 'partials/item2' %> <%= render partial: 'partials/item3' %> </tbody> </div> <% end %> </div> <%= render partial: 'partials/modal' %>
Version data entries
59 entries across 59 versions & 1 rubygems