X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2873926cdbfc8012b276db11d24cea3ad6a4bdd4..441ef97e93a951b349356df96d8a6ef604c6cab7:/apps/workbench/app/views/users/_tables.html.erb diff --git a/apps/workbench/app/views/users/_tables.html.erb b/apps/workbench/app/views/users/_tables.html.erb index acde5ce8fd..b0f57530de 100644 --- a/apps/workbench/app/views/users/_tables.html.erb +++ b/apps/workbench/app/views/users/_tables.html.erb @@ -1,7 +1,7 @@ <% if current_user.andand.is_active %>
Recent jobs - <%= link_to '(refresh)', {format: :js}, {class: 'refresh', remote: true, method: 'get'} %> + <%= link_to '(refresh)', {format: :js}, {class: 'refresh', remote: true} %> <%= link_to raw("Show all jobs →"), jobs_path, class: 'pull-right' %> <% if not current_user.andand.is_active or @my_jobs.empty? %>

(None)

@@ -22,7 +22,6 @@ Log Created at Status - Progress <%# Preload collections, logs, and pipeline instance objects %> @@ -96,9 +95,6 @@ - - <%= render partial: 'job_status_label', locals: {:j => j} %> -
<%= render partial: 'job_progress', locals: {:j => j} %> @@ -113,7 +109,7 @@
Recent pipeline instances - <%= link_to '(refresh)', {format: :js}, {class: 'refresh', remote: true, method: 'get'} %> + <%= link_to '(refresh)', {format: :js}, {class: 'refresh', remote: true} %> <%= link_to raw("Show all pipeline instances →"), pipeline_instances_path, class: 'pull-right' %> <% if not current_user.andand.is_active or @my_pipelines.empty? %>

(None)

@@ -172,7 +168,7 @@
Recent collections - <%= link_to '(refresh)', {format: :js}, {class: 'refresh', remote: true, method: 'get'} %> + <%= link_to '(refresh)', {format: :js}, {class: 'refresh', remote: true} %> <%= link_to raw("Show all collections →"), collections_path, class: 'pull-right' %>
<%= form_tag collections_path,