Sha256: 0b92013d30ad761357e38c9895614ee662565198bafb1dd2eebe99d5d91b8f0a
Contents?: true
Size: 674 Bytes
Versions: 77
Compression:
Stored size: 674 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-content-id' => content.id, title: Alchemy.t(:place_link), id: "edit_link_#{content.id}" ) %> <%= link_to( render_icon(:unlink), '#', onclick: "return Alchemy.LinkDialog.removeLink(this, #{content.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
77 entries across 77 versions & 1 rubygems