From 2baca019ebb030880aad537c1093435be63cddf7 Mon Sep 17 00:00:00 2001
From: aignatov-bio <47317017+aignatov-bio@users.noreply.github.com>
Date: Mon, 8 Jul 2019 12:52:03 +0200
Subject: [PATCH] Remove tooltip from step edit button (#1905)
---
app/views/steps/_step.html.erb | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/app/views/steps/_step.html.erb b/app/views/steps/_step.html.erb
index add2404ac..6959e3223 100644
--- a/app/views/steps/_step.html.erb
+++ b/app/views/steps/_step.html.erb
@@ -41,12 +41,10 @@
data-remote="true">
"
href="<%= edit_step_path(step, format: :json) %>"
- data-remote="true"
- data-tooltiplink="<%= I18n.t('tooltips.link.protocol.step_edit') %>"
- data-tooltipcontent="<%= I18n.t('tooltips.text.protocol.step_edit') %>" >
+ data-remote="true" >
<%= link_to(step_path(step), title: t("protocols.steps.options.delete_title"), method: "delete", class: "btn btn-link",