From a3b00d0ff82265432c95c2783879d30defed2d6a Mon Sep 17 00:00:00 2001 From: Oleksii Kriuchykhin Date: Fri, 16 Sep 2016 16:27:54 +0200 Subject: [PATCH] Fixes issue with zoom buttons on canvas [fixes SCI-451] --- app/views/experiments/canvas.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/experiments/canvas.html.erb b/app/views/experiments/canvas.html.erb index b4be61705..76a2f7d40 100644 --- a/app/views/experiments/canvas.html.erb +++ b/app/views/experiments/canvas.html.erb @@ -35,7 +35,7 @@ <% end %>
-
+
<%=link_to canvas_full_zoom_experiment_path(@experiment), remote: true, type: "button", class: "ajax btn btn-default active", "data-action" => "full_zoom", "data-toggle" => "button", "aria-pressed" => true do %> <% end %>