0ad2ca04b891febf72e78d18aa8b905e4ddf3de9
[arvados.git] / apps / workbench / app / views / pipeline_instances / index.html.erb
1 <% content_for :tab_line_buttons do %>
2 <%= form_tag({action: 'compare', controller: params[:controller], method: 'get'}, {method: 'get', id: 'compare', class: 'pull-right small-form-margin'}) do |f| %>
3   <%= submit_tag 'Compare 2 or 3 selected', {class: 'btn btn-primary', disabled: true, style: 'display: none'} %>
4   &nbsp;
5 <% end rescue nil %>
6
7   <%= form_tag pipeline_instances_path, method: 'get', remote: true, class: 'form-search' do %>
8     <div class="input-group">
9       <input type="text" class="form-control filterable-control recent-pipeline-instances-filterable-control"
10              placeholder="Search pipeline instances" 
11              data-filterable-target="table.arv-recent-pipeline-instances tbody"/>
12        <span class="input-group-btn">
13          <%= button_tag(class: 'btn btn-info') do %>
14          <span class="glyphicon glyphicon-search"></span>
15          <% end %>
16        </span>
17     </div>
18   <% end %>
19 <% end %>
20
21 <%= render file: 'application/index.html.erb', locals: local_assigns %>