9587: trash page
[arvados.git] / apps / workbench / app / views / trash_items / _show_trash_items.html.erb
1 <%= form_tag({}, {id: "trash_items"}) do |f| %>
2   <table id="trash-index" class="topalign table table-condensed table-fixedlayout">
3     <colgroup>
4       <col width="5%" />
5       <col width="15%" />
6       <col width="10%" />
7       <col width="10%" />
8       <col width="30%" />
9       <col width="25%" />
10       <col width="5%" />
11     </colgroup>
12
13     <thead>
14       <tr class="contain-align-left">
15         <th></th>
16         <th>Name</th>
17         <th>Created at</th>
18         <th>Trashed at</th>
19         <th>Contents</th>
20         <th>Tags</th>
21         <th></th>
22       </tr>
23     </thead>
24
25     <tbody data-infinite-scroller="#recent-trash-items" id="recent-trash-items"
26       data-infinite-content-href="<%= url_for partial: :trash_rows %>" >
27     </tbody>
28   </table>
29 <% end %>