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