Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / apps / workbench / app / views / container_requests / index.html.erb
1 <%# Copyright (C) The Arvados Authors. All rights reserved.
2
3 SPDX-License-Identifier: AGPL-3.0 %>
4
5 <% content_for :tab_line_buttons do %>
6   <div class="input-group">
7     <input type="text" class="form-control filterable-control recent-container-requests-filterable-control"
8            placeholder="Search container requests"
9            data-filterable-target="#recent-container-requests"
10            value="<%= params[:search] %>"
11            />
12   </div>
13 <% end %>
14
15 <%= render file: 'application/index.html.erb', locals: local_assigns %>