Sha256: ea75c063867cfbd2a93430d03cabe78c1e8f0a2b0688097c19790a391b0f4b4c
Contents?: true
Size: 479 Bytes
Versions: 22
Compression:
Stored size: 479 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 %>" id="<%%= content_dom_id(content) %>"> <%%= label_and_remove_link(content) %> <%%= text_field_tag( content.form_field_name, content.ingredient, :id => content.form_field_id ) %> </div> <%% end %>
Version data entries
22 entries across 22 versions & 1 rubygems