mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-05 22:44:22 +08:00
Remove tooltip from step edit button (#1905)
This commit is contained in:
parent
99b1075c28
commit
2baca019eb
1 changed files with 2 additions and 4 deletions
|
@ -41,12 +41,10 @@
|
|||
data-remote="true">
|
||||
<span class="fas fa-arrow-down"></span></a>
|
||||
<a data-action="edit-step"
|
||||
class="btn btn-link help_tooltips"
|
||||
class="btn btn-link"
|
||||
title="<%= t("protocols.steps.options.edit_title") %>"
|
||||
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" >
|
||||
<span class="fas fa-pencil-alt"></span>
|
||||
</a>
|
||||
<%= link_to(step_path(step), title: t("protocols.steps.options.delete_title"), method: "delete", class: "btn btn-link",
|
||||
|
|
Loading…
Reference in a new issue