X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1cfe69550c0cf25bc9dd8d2fc1468906f2b7e0e1..a3615da860d1d78d0ecb7e2890eea26963b5c01e:/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 fc67e1791a..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| %> @@ -57,15 +50,15 @@ <%= render partial: 'delete_object_button', locals: {object:ob} %> - + <% 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 %>