1 <%# Copyright (C) The Arvados Authors. All rights reserved.
3 SPDX-License-Identifier: AGPL-3.0 %>
5 <div class="container selection-action-container" style="width: 100%">
6 <div class="col-md-2 pull-left">
7 <div class="btn-group btn-group-sm">
8 <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">Selection... <span class="caret"></span></button>
9 <ul class="dropdown-menu" role="menu">
10 <li><%= link_to "Un-trash selected items", '#',
13 'id' => 'untrash_selected_items',
14 'data-href' => untrash_items_trash_items_path,
15 'data-selection-param-name' => 'selection[]',
16 'data-selection-action' => 'untrash-selected-items',
17 'data-toggle' => 'dropdown'
22 <div class="col-md-4 pull-right">
23 <input type="text" class="form-control filterable-control recent-trash-items"
24 placeholder="Search trash"
25 data-filterable-target="#recent-collection-trash-items"
26 value="<%= params[:search] %>" />
30 <b>Note:</b> Collections which are located within a trashed project are only shown when searching the trash.
34 <table id="trash-index" class="topalign table table-condensed table-fixedlayout">
45 <tr class="contain-align-left">
48 <th>Parent project</th>
49 <th>Date trashed /<br />to be deleted</th>
50 <th>UUID /<br />Content address (PDH)</th>
55 <tbody data-infinite-scroller="#recent-collection-trash-items" id="recent-collection-trash-items"
56 data-infinite-content-href="<%= url_for partial: :trashed_collection_rows %>" >