Sha256: 6a82137adb8d673419fec7afabcd8e9fd201f534a2c443f8b55a4449bbc3524a

Contents?: true

Size: 551 Bytes

Versions: 36

Compression:

Stored size: 551 Bytes

Contents

<%= content_tag "alchemy-link-buttons", class: local_assigns[:wrapper_class], data: {ingredient_id: ingredient_editor.id} do %>
  <%= content_tag "sl-tooltip", content: Alchemy.t(:place_link) do %>
    <%= content_tag "button", "", is: "alchemy-link-button",
      class: [ingredient_editor.linked? ? "linked" : nil] %>
  <% end %>
  <%= content_tag "sl-tooltip", content: Alchemy.t(:unlink) do %>
    <%= content_tag "button", "", is: "alchemy-unlink-button",
      class: [ingredient_editor.linked? ? "linked" : "disabled"] %>
  <% end %>
<% end %>

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
alchemy_cms-7.4.2 app/views/alchemy/ingredients/shared/_link_tools.html.erb
alchemy_cms-7.3.6 app/views/alchemy/ingredients/shared/_link_tools.html.erb
alchemy_cms-7.2.9 app/views/alchemy/ingredients/shared/_link_tools.html.erb
alchemy_cms-7.4.1 app/views/alchemy/ingredients/shared/_link_tools.html.erb
alchemy_cms-7.4.0 app/views/alchemy/ingredients/shared/_link_tools.html.erb
alchemy_cms-7.3.5 app/views/alchemy/ingredients/shared/_link_tools.html.erb
alchemy_cms-7.2.8 app/views/alchemy/ingredients/shared/_link_tools.html.erb
alchemy_cms-7.1.13 app/views/alchemy/ingredients/shared/_link_tools.html.erb
alchemy_cms-7.3.4 app/views/alchemy/ingredients/shared/_link_tools.html.erb
alchemy_cms-7.3.3 app/views/alchemy/ingredients/shared/_link_tools.html.erb
alchemy_cms-7.3.2 app/views/alchemy/ingredients/shared/_link_tools.html.erb
alchemy_cms-7.2.7 app/views/alchemy/ingredients/shared/_link_tools.html.erb
alchemy_cms-7.3.1 app/views/alchemy/ingredients/shared/_link_tools.html.erb
alchemy_cms-7.3.0 app/views/alchemy/ingredients/shared/_link_tools.html.erb
alchemy_cms-7.2.6 app/views/alchemy/ingredients/shared/_link_tools.html.erb
alchemy_cms-7.2.5 app/views/alchemy/ingredients/shared/_link_tools.html.erb
alchemy_cms-7.1.12 app/views/alchemy/ingredients/shared/_link_tools.html.erb
alchemy_cms-7.2.4 app/views/alchemy/ingredients/shared/_link_tools.html.erb
alchemy_cms-7.1.11 app/views/alchemy/ingredients/shared/_link_tools.html.erb
alchemy_cms-7.2.3 app/views/alchemy/ingredients/shared/_link_tools.html.erb