X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f26cbf1c4d949d3e7c7b26ab27c5f4d48d8059ed..660e8d8345bfe7f34dfc8db655eff6a0af8bd47f:/apps/workbench/app/views/pipeline_templates/_show_recent.html.erb diff --git a/apps/workbench/app/views/pipeline_templates/_show_recent.html.erb b/apps/workbench/app/views/pipeline_templates/_show_recent.html.erb index f878f59806..3ea7d8c79b 100644 --- a/apps/workbench/app/views/pipeline_templates/_show_recent.html.erb +++ b/apps/workbench/app/views/pipeline_templates/_show_recent.html.erb @@ -1,17 +1,18 @@ <% content_for :css do %> .playbutton { color: white; - background: gray; + background: rgb(91, 192, 222); border: 0px; border-radius: 3px; - padding: 0px 3px; + padding: 0px 3px; } .playbutton:hover { - color: white; - background: blackh; + background: rgb(57, 179, 215); } <% end %> +<%= render partial: "paging", locals: {results: @objects, object: @object} %> + @@ -35,7 +36,7 @@
<%= form_tag '/pipeline_instances' do |f| %> <%= hidden_field :pipeline_instance, :pipeline_template_uuid, :value => ob.uuid %> - <%= button_tag nil, {class: 'playbutton'} do %> + <%= button_tag nil, {class: 'playbutton', title: "Run #{ob.name}"} do %> <% end %> <% end %> @@ -55,3 +56,5 @@
+ +<%= render partial: "paging", locals: {results: @objects, object: @object} %>