X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7c76d9218ef91b14ede8a06fe9a96a5016361e17..95323ba327cadff2d1cb8c3f38c5dbb65dbd3694:/apps/workbench/app/views/pipeline_instances/index.html.erb diff --git a/apps/workbench/app/views/pipeline_instances/index.html.erb b/apps/workbench/app/views/pipeline_instances/index.html.erb index 0ad2ca04b8..e538815b22 100644 --- a/apps/workbench/app/views/pipeline_instances/index.html.erb +++ b/apps/workbench/app/views/pipeline_instances/index.html.erb @@ -1,21 +1,18 @@ <% content_for :tab_line_buttons do %> -<%= form_tag({action: 'compare', controller: params[:controller], method: 'get'}, {method: 'get', id: 'compare', class: 'pull-right small-form-margin'}) do |f| %> +
+ + value="<%= params[:search] %>" + /> +
+ + <%= form_tag({action: 'compare', controller: params[:controller], method: 'get'}, {method: 'get', id: 'compare', class: 'pull-right small-form-margin'}) do |f| %> <%= submit_tag 'Compare 2 or 3 selected', {class: 'btn btn-primary', disabled: true, style: 'display: none'} %>   -<% end rescue nil %> + <% end rescue nil %> - <%= form_tag pipeline_instances_path, method: 'get', remote: true, class: 'form-search' do %> -
- - - <%= button_tag(class: 'btn btn-info') do %> - - <% end %> - -
- <% end %> <% end %> <%= render file: 'application/index.html.erb', locals: local_assigns %>