Sha256: d0c867b558948e3c12ccc8e563370d3a1929eb19e5b699861c554f188a0e8ad1
Contents?: true
Size: 694 Bytes
Versions: 39
Compression:
Stored size: 694 Bytes
Contents
<span class="linkable_essence_tools"> <%= link_to( render_icon(:link), '#', onclick: 'new Alchemy.LinkDialog(this).open(); return false;', class: "icon_button#{content.linked? ? ' linked' : ''} link-essence", "data-parent-selector": "##{content.dom_id}", title: Alchemy.t(:place_link), id: "edit_link_#{content.id}" ) %> <%= link_to( render_icon(:unlink), '#', onclick: "return Alchemy.LinkDialog.removeLink(this, '##{content.dom_id}')", class: "icon_button unlink-essence #{content.linked? ? 'linked' : 'disabled'}", tabindex: content.linked? ? nil : '-1', 'data-content-id' => content.id, title: Alchemy.t(:unlink) ) %> </span>
Version data entries
39 entries across 39 versions & 1 rubygems