Sha256: d812bf6dd70bbe42cc6f1b60a86d926598a9660f0455cab6bb873179c09f6939
Contents?: true
Size: 491 Bytes
Versions: 51
Compression:
Stored size: 491 Bytes
Contents
<%%# Available locals: * content (The object the essence is linked to the element) * html_options Please consult Alchemy::Content.rb docs for further methods on the content object %> <div class="content_editor <%= @essence_name.classify.demodulize.underscore %>" id="<%%= content.dom_id %>" data-content-id="<%%= content.id %>"> <%%= content_label(content) %> <%%= text_field_tag( content.form_field_name, content.ingredient, id: content.form_field_id ) %> </div>
Version data entries
51 entries across 51 versions & 1 rubygems