X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c3d4b399c57e711f0cd87c2178f873a688323967..41e77a9116878cd9527d042ce80a987f2c04010e:/apps/workbench/app/views/pipeline_instances/_show_recent.html.erb diff --git a/apps/workbench/app/views/pipeline_instances/_show_recent.html.erb b/apps/workbench/app/views/pipeline_instances/_show_recent.html.erb index 0046b56f73..08b24f13cb 100644 --- a/apps/workbench/app/views/pipeline_instances/_show_recent.html.erb +++ b/apps/workbench/app/views/pipeline_instances/_show_recent.html.erb @@ -1,10 +1,3 @@ -<%= 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| %> - <%= submit_tag 'Compare 2 or 3 selected', {class: 'btn btn-primary', disabled: true, style: 'display: none'} %> -   -<% end rescue nil %> -<% end %> - <%= render partial: "paging", locals: {results: @objects, object: @object} %> <%= form_tag do |f| %> @@ -62,10 +55,10 @@ <% ob.components.each do |cname, c| %> - <% if c[:job] %> + <% if c.is_a?(Hash) and c[:job] %> <%= render partial: "job_status_label", locals: {:j => c[:job], :title => cname.to_s } %> <% else %> - <%= cname.to_s %> + <%= cname.to_s %> <% end %> <% end %>