X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4d629923847cac25ed6bdaf5c96e1f33a1a8e0c8..def9a846a5d9dd91cc0a1ed9c50dee35b81425c0:/apps/workbench/app/views/pipeline_instances/_show_components.html.erb diff --git a/apps/workbench/app/views/pipeline_instances/_show_components.html.erb b/apps/workbench/app/views/pipeline_instances/_show_components.html.erb index 07ca6f5c29..1bd24397fc 100644 --- a/apps/workbench/app/views/pipeline_instances/_show_components.html.erb +++ b/apps/workbench/app/views/pipeline_instances/_show_components.html.erb @@ -6,7 +6,7 @@ <%= content_for :content_top do %>

- <%= render_editable_attribute @object, 'name', nil, { 'data-emptytext' => 'Unnamed pipeline', 'data-mode' => 'inline' } %> + <%= render_editable_attribute @object, 'name', nil, { 'data-emptytext' => 'Unnamed pipeline' } %>

<% if template %>

@@ -33,7 +33,7 @@ script, version progress - <%= link_to '(refresh)', request.fullpath, class: 'refresh', remote: true, method: 'get' %> + <%= link_to '(refresh)', request.fullpath, class: 'refresh hide', remote: true, method: 'get' %> output @@ -60,7 +60,7 @@ <%= render(partial: 'job_status_label', locals: { :j => pj[:job] }) %> - <%= link_to_if_arvados_object pj[:output] %> + <%= link_to_if_arvados_object pj[:output], {:thumbnail => true} %> <% end %>