Sha256: 9770429f08053b1c23f82519df43b90ffabc2d590e9ae8338221068bab131a41
Contents?: true
Size: 530 Bytes
Versions: 10
Compression:
Stored size: 530 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 %> <%% cache(content) do %> <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> <%% end %>
Version data entries
10 entries across 10 versions & 1 rubygems